diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-09 18:19:19 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-09 18:19:19 +0200 |
commit | eefc126a0b0bc25af283c9e4aef56225d3b87a58 (patch) | |
tree | caff91f9a61c69cb782705a2204cf7f10110655c | |
parent | f8d5fa9b1cc85f1565d475ceedb6ced9652351b7 (diff) | |
download | poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.tar.gz poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.tar.bz2 poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.tar.xz poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.zip |
poezio 0.10 releasev0.10
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This file describes the new features in each poezio release. For more detailed changelog, see the roadmap: https://dev.louiz.org/projects/poezio/roadmap -* Poezio 0.10 - dev +* Poezio 0.10 - A lot of cleanup and refactor in order to use cython on the codebase more easily. @@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd: LONG_DESCRIPTION = readme_fd.read() setup(name="poezio", - version="0.10" + version, + version="0.10", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], |