Skip to content

Commit

Permalink
2024.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ntvmb committed May 25, 2024
1 parent 07662ae commit 0c56b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CycloMonitor changelog

# 2024.5.25
* Change: Try to accomodate for recent dissipations when considering whether or not to suppress an automatic update
* Fix: Fix desynced lists in the get_forecast command when the last update was from the main source
* Removed: Warning message on CLI startup removed since it's not longer relevant

# 2024.5.15
* Fix: Fix [#3](https://github.com/ntvmb/cyclomonitor/issues/3)

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.15"
__version__ = "2024.5.25"

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

Expand Down

0 comments on commit 0c56b71

Please sign in to comment.