Skip to content

Commit

Permalink
prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 29, 2020
1 parent f3b7aa2 commit f91cb17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
-------

0.9.0 (2020-01-25)
^^^^^^^^^^^^^^^^^^

* Support Python 3.7 and 3.8

0.8.0 (2016-12-07)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion aiozmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'create_zmq_connection',
'version_info', 'version')

__version__ = '0.9.0a0'
__version__ = '0.9.0'

version = __version__ + ' , Python ' + sys.version

Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def read_version():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
Expand All @@ -54,8 +56,8 @@ def read_version():
platforms=['POSIX', 'Windows', 'MacOS X'],
author='Nikolay Kim',
author_email='fafhrd91@gmail.com',
maintainer='Andrew Svetlov',
maintainer_email='andrew.svetlov@gmail.com',
maintainer='Jelle Zijlstra',
maintainer_email='jelle.zijlstra@gmail.com',
url='http://aiozmq.readthedocs.org',
download_url='https://pypi.python.org/pypi/aiozmq',
license='BSD',
Expand Down

0 comments on commit f91cb17

Please sign in to comment.