Skip to content

Commit

Permalink
Prepare 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 16, 2021
1 parent 46cf868 commit fbb4ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

2.4.0 (UNRELEASED)
2.4.0 (2021-11-16)
------------------

This version dropped every Python version older than 3.8.
Expand Down
2 changes: 1 addition & 1 deletion src/doc2dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""


__version__ = "2.4.0.dev0"
__version__ = "2.4.0"


__title__ = "doc2dash"
Expand Down

0 comments on commit fbb4ba6

Please sign in to comment.