Skip to content

Commit f91cb17

Browse files
committed
prepare release 0.9.0
1 parent f3b7aa2 commit f91cb17

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
-------
33

4+
0.9.0 (2020-01-25)
5+
^^^^^^^^^^^^^^^^^^
6+
7+
* Support Python 3.7 and 3.8
8+
49
0.8.0 (2016-12-07)
510
^^^^^^^^^^^^^^^^^^
611

aiozmq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'create_zmq_connection',
1919
'version_info', 'version')
2020

21-
__version__ = '0.9.0a0'
21+
__version__ = '0.9.0'
2222

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

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def read_version():
3737
'Programming Language :: Python :: 3',
3838
'Programming Language :: Python :: 3.5',
3939
'Programming Language :: Python :: 3.6',
40+
'Programming Language :: Python :: 3.7',
41+
'Programming Language :: Python :: 3.8',
4042
'Operating System :: POSIX',
4143
'Operating System :: MacOS :: MacOS X',
4244
'Operating System :: Microsoft :: Windows',
@@ -54,8 +56,8 @@ def read_version():
5456
platforms=['POSIX', 'Windows', 'MacOS X'],
5557
author='Nikolay Kim',
5658
author_email='[email protected]',
57-
maintainer='Andrew Svetlov',
58-
maintainer_email='andrew.svetlov@gmail.com',
59+
maintainer='Jelle Zijlstra',
60+
maintainer_email='jelle.zijlstra@gmail.com',
5961
url='http://aiozmq.readthedocs.org',
6062
download_url='https://pypi.python.org/pypi/aiozmq',
6163
license='BSD',

0 commit comments

Comments
 (0)