summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-24 17:08:58 +0200
committermathieui <mathieui@mathieui.net>2020-05-24 17:15:43 +0200
commit5304a89e2f72a00130dd4da53aa4492c0c106198 (patch)
tree718aa4325c88bbd582a2623405f6dcd79f19e739
parent0c9f2ca39150a19c9120a6f050fe3a6db82de938 (diff)
downloadpoezio-5304a89e2f72a00130dd4da53aa4492c0c106198.tar.gz
poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.tar.bz2
poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.tar.xz
poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.zip
Update version numbers
-rw-r--r--CHANGELOG3
-rw-r--r--doc/source/conf.py4
-rw-r--r--poezio/version.py2
-rwxr-xr-xsetup.py2
4 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4c0a8980..59c6ae66 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0396e88f..cadd95f0 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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
diff --git a/poezio/version.py b/poezio/version.py
index 6d41a8f1..52a06cc4 100644
--- a/poezio/version.py
+++ b/poezio/version.py
@@ -1 +1 @@
-__version__ = '0.13'
+__version__ = '0.14'
diff --git a/setup.py b/setup.py
index 035d58b6..bc70aba1 100755
--- a/setup.py
+++ b/setup.py
@@ -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],