Merge branch 'next-version-0.14' into 'master'

Update version numbers

See merge request poezio/poezio!114
This commit is contained in:
mathieui 2020-05-24 17:21:09 +02:00
commit ad683b4b68
4 changed files with 7 additions and 4 deletions

View file

@ -2,6 +2,9 @@ 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.14 - dev
* Poezio 0.13
# Thanks

View file

@ -53,9 +53,9 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot' % time.
# built documents.
#
# The short X.Y version.
version = '0.13'
version = '0.14'
# The full version, including alpha/beta/rc tags.
release = '0.13-dev'
release = '0.14-dev'
add_function_parentheses = True

View file

@ -1 +1 @@
__version__ = '0.13'
__version__ = '0.14'

View file

@ -89,7 +89,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION = readme_fd.read()
setup(name="poezio",
version="0.13",
version="0.14" + version,
description="A console XMPP client",
long_description=LONG_DESCRIPTION,
ext_modules=[module_poopt],