From 61076a2c35c33a21110743c3e65c9212227d0598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 10 Apr 2022 15:05:24 +0200 Subject: Release 0.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- CHANGELOG | 4 +++- data/doap.xml | 5 +++++ data/io.poez.Poezio.appdata.xml | 1 + doc/source/conf.py | 4 ++-- launch.sh | 2 +- poezio/version.py | 4 ++-- 6 files changed, 14 insertions(+), 6 deletions(-) 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) -- cgit v1.2.3