Skip to content

Commit

Permalink
Release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Oct 15, 2023
1 parent 9bbdfd0 commit b017197
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

2.4.3 (2023-10-14)
------------------

- Fix version comparison for docker images
- Remove setup.py
- Update dependencies


2.4.2 (2023-10-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion req_update/req_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from req_update.util import Updater, Util # NOQA


VERSION = (2, 4, 2)
VERSION = (2, 4, 3)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit b017197

Please sign in to comment.