Skip to content

Commit f18f516

Browse files
committed
Prep for v0.3.4
1 parent 5602445 commit f18f516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Release Notes
1717
To avail of fixes in an unreleased version, please download a ZIP file
1818
`directly from GitHub <https://github.com/dw/mitogen/>`_.
1919

20-
v0.3.4.dev0
20+
v0.3.4 (2023-07-02)
2121
-------------------
2222

2323
* :gh:issue:`929` Support Ansible 6 and ansible-core 2.13

mitogen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
#: Library version as a tuple.
38-
__version__ = (0, 3, 4, 'dev0')
38+
__version__ = (0, 3, 4)
3939

4040

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

0 commit comments

Comments
 (0)