From 1dc423505b7c8e076ff91dfb7814d0da2164ed45 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 22 Feb 2014 01:41:19 +0100 Subject: Bump version --- CHANGELOG | 2 +- launch.sh | 10 +--------- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2a969ab0..b14b9917 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ This file describes the new features in each poezio release. For more detailed changelog, see the roadmap: http://dev.louiz.org/projects/poezio/roadmap -* Poezio 0.8 - dev +* Poezio 0.8 - Allow in-band password changing with /password - Force c2s encryption until configured otherwise - Allow users to set their cipher suites and ship one by default diff --git a/launch.sh b/launch.sh index 696e9f98..73c21f1b 100755 --- a/launch.sh +++ b/launch.sh @@ -1,12 +1,4 @@ #!/bin/sh -if [ -d "$PWD/.git" ] -then - args=$(git show --format='%h %ci' | head -n1) -else - args="0.8-dev" -fi - - -exec python3 -OO src/poezio.py -v "$args" "$@" +exec python3 -OO src/poezio.py -v 0.8 "$@" diff --git a/setup.py b/setup.py index a07b74c9..930e44d9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if not os.path.exists(os.path.join(current_dir, 'src', 'default_config.cfg')): os.path.join(current_dir, 'src', 'default_config.cfg')) setup(name="poezio", - version="0.8-dev", + version="0.8", description="A console XMPP client", long_description= """ @@ -30,7 +30,7 @@ setup(name="poezio", maintainer = 'Mathieu Pasquet', maintainer_email = 'mathieui@mathieui.net', - classifiers = ['Development Status :: 4 - Beta', + classifiers = ['Development Status :: 5 - Production/Stable', 'Environment :: Console :: Curses', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: zlib/libpng License', -- cgit v1.2.3