Skip to content

Commit

Permalink
Fix Trove classifier, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Jan 15, 2022
1 parent 2bdffd0 commit 1a84184
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/dw/mitogen/>`_.


v0.3.1 (2021-01-12)
v0.3.2 (2022-01-12)
-------------------

* :gh:issue:`891` Correct `Framework :: Ansible` Trove classifier


v0.3.1 (unreleased)
-------------------

* :gh:issue:`874` Support for Ansible 5 (ansible-core 2.12)
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, 1)
__version__ = (0, 3, 2)


#: This is :data:`False` in slave contexts. Previously it was used to prevent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def long_description():
zip_safe = False,
classifiers = [
'Environment :: Console',
'Frameworks :: Ansible',
'Framework :: Ansible',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',
'Operating System :: MacOS :: MacOS X',
Expand Down

0 comments on commit 1a84184

Please sign in to comment.