Skip to content

Commit

Permalink
Merge branch 'master' into docs-master
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Aug 13, 2024
2 parents 7f31abc + c95d411 commit 47b3cc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ To avail of fixes in an unreleased version, please download a ZIP file
Unreleased
----------



v0.3.9 (2024-08-13)
-------------------

* :gh:issue:`1097` Respect `ansible_facts.discovered_interpreter_python` when
executing non new-style modules (e.g. JSONARGS style, WANT_JSON style).
* :gh:issue:`1074` Support Ansible 10 (ansible-core 2.17)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

sys.path.append('.')

VERSION = '0.3.8'
VERSION = '0.3.9'

author = u'Network Genomics'
copyright = u'2021, the Mitogen authors'
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, 9, 'dev0')
__version__ = (0, 3, 10, 'dev')


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

0 comments on commit 47b3cc2

Please sign in to comment.