Skip to content

Commit

Permalink
Begin v0.3.18dev
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Nov 7, 2024
1 parent 6cf6f69 commit d2db3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ 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.17 (2024-11-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, 17)
__version__ = (0, 3, 18, 'dev')


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

0 comments on commit d2db3c3

Please sign in to comment.