Skip to content

Commit

Permalink
Begin v0.3.21dev
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Jan 7, 2025
1 parent f1f8ad1 commit 3ee6a0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.


In progress (unreleased)
------------------------


v0.3.20 (2025-01-07)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion mitogen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


#: Library version as a tuple.
__version__ = (0, 3, 20)
__version__ = (0, 3, 21, 'dev')


#: This is :data:`False` in slave contexts. Previously it was used to prevent
Expand Down

0 comments on commit 3ee6a0f

Please sign in to comment.