Skip to content

Commit

Permalink
Merge pull request #1170 from moreati/prep-v0.3.15
Browse files Browse the repository at this point in the history
Prep v0.3.15
  • Loading branch information
moreati authored Oct 28, 2024
2 parents 0526f8e + 26c4c33 commit 06a82d3
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 @@ -21,6 +21,11 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------



v0.3.15 (2024-10-28)
--------------------

* :gh:issue:`905` :mod:`ansible_mitogen`: Support templated SSH command
arguments (e.g. ``ansible_ssh_args``, ``ansible_ssh_extra_args``).
* :gh:issue:`692` tests: Fix and re-enable several sudo tests
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, 15, 'dev')
__version__ = (0, 3, 16, 'dev')


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

0 comments on commit 06a82d3

Please sign in to comment.