poezio 0.10 release
This commit is contained in:
parent
f8d5fa9b1c
commit
eefc126a0b
2 changed files with 2 additions and 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.
|
||||
|
|
2
setup.py
2
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],
|
||||
|
|
Loading…
Reference in a new issue