diff --git a/CHANGELOG b/CHANGELOG index 979a2b07..9480db1b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ This file describes the new features in each poezio release. -* Poezio 0.14 - dev +* Poezio XXX-dev + +* Poezio 0.14 # Configuration changes: diff --git a/data/doap.xml b/data/doap.xml index a7011e45..b9a42798 100644 --- a/data/doap.xml +++ b/data/doap.xml @@ -538,6 +538,11 @@ + + 0.14 + 2022-04-10 + + 0.13.1 2020-05-31 diff --git a/data/io.poez.Poezio.appdata.xml b/data/io.poez.Poezio.appdata.xml index a92ad0a9..d6f479a3 100644 --- a/data/io.poez.Poezio.appdata.xml +++ b/data/io.poez.Poezio.appdata.xml @@ -68,6 +68,7 @@ + diff --git a/doc/source/conf.py b/doc/source/conf.py index 7ff1c7d7..74547057 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 - Maxime # built documents. # # The short X.Y version. -version = '0.13' +version = '0.14' # The full version, including alpha/beta/rc tags. -release = '0.13.1' +release = '0.14' add_function_parentheses = True diff --git a/launch.sh b/launch.sh index 57537631..94283109 100755 --- a/launch.sh +++ b/launch.sh @@ -9,7 +9,7 @@ if [ -e .git ] then args=$(git show --format='%h %ci' | head -n1) else - args="0.13.1-dev" + args="0.14-dev" fi if [ -e "$POEZIO_VENV" ] diff --git a/poezio/version.py b/poezio/version.py index 6defd704..2397b102 100644 --- a/poezio/version.py +++ b/poezio/version.py @@ -1,2 +1,2 @@ -__version__ = '0.13.1' -__version_info__ = (0, 13, 1) +__version__ = '0.14' +__version_info__ = (0, 14, 0)