Update sources for the next version
This commit is contained in:
parent
eefc126a0b
commit
b026bb190d
3 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,8 @@ 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 1.0 - dev
|
||||
|
||||
* Poezio 0.10
|
||||
|
||||
- A lot of cleanup and refactor in order to use cython on the codebase
|
||||
|
|
|
@ -23,6 +23,6 @@ def parse_args(CONFIG_PATH=''):
|
|||
metavar="CONFIG_FILE")
|
||||
parser.add_argument("-v", "--version", dest="version",
|
||||
help=SUPPRESS, metavar="VERSION",
|
||||
default="0.10-dev")
|
||||
default="1.0-dev")
|
||||
options = parser.parse_args()
|
||||
return options
|
||||
|
|
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="1.0",
|
||||
description="A console XMPP client",
|
||||
long_description=LONG_DESCRIPTION,
|
||||
ext_modules=[module_poopt],
|
||||
|
|
Loading…
Reference in a new issue