summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-09 18:19:19 +0200
committermathieui <mathieui@mathieui.net>2016-10-09 18:19:19 +0200
commiteefc126a0b0bc25af283c9e4aef56225d3b87a58 (patch)
treecaff91f9a61c69cb782705a2204cf7f10110655c
parentf8d5fa9b1cc85f1565d475ceedb6ced9652351b7 (diff)
downloadpoezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.tar.gz
poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.tar.bz2
poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.tar.xz
poezio-eefc126a0b0bc25af283c9e4aef56225d3b87a58.zip
poezio 0.10 releasev0.10
-rw-r--r--CHANGELOG2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9555bc43..d815ebc3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.
diff --git a/setup.py b/setup.py
index c16e264c..d3aaa1d0 100755
--- a/setup.py
+++ b/setup.py
@@ -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],