Skip to content

Commit

Permalink
2024.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ntvmb committed May 14, 2024
1 parent 6425f17 commit 9bb2333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
CycloMonitor changelog

# 2024.5.14
* Added: CLI now supports user-defined variables
* Fix: CLI now works on Python <3.11
* Known issue: ATCF commands can break ([#3](https://github.com/ntvmb/cyclomonitor/issues/3))
* Changed: ibtracs no longer depends on the `sqlite3` shell

# 2024.5.12
* Added: Command-line interface
* Run the CLI with `python3 -m cyclomonitor.cli`. Type `help` for commands
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import pathlib

__version__ = "2024.5.12"
__version__ = "2024.5.14"

here = pathlib.Path(__file__).parent.resolve()

Expand Down

0 comments on commit 9bb2333

Please sign in to comment.