Skip to content

Commit

Permalink
Preparing release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 17, 2024
1 parent 73e5fe5 commit 978e819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

4.0.0 (unreleased)
4.0.0 (2024-10-17)
------------------

- Remove CGI support if you're using Python 3.13 or newer. You'll have to
Expand Down
4 changes: 2 additions & 2 deletions src/irclog2html/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '4.0.0.dev0'
__date__ = '2024-10-16'
__version__ = '4.0.0'
__date__ = '2024-10-17'
__homepage__ = 'https://mg.pov.lt/irclog2html/'

0 comments on commit 978e819

Please sign in to comment.