From 05dee365b38cc07fa94d41bc439d04700097c8f6 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Wed, 28 Mar 2018 22:33:28 +0100 Subject: [PATCH] Bump version number to v1.1.0. --- docs/source/conf.py | 4 ++-- pyqso/res/pyqso.glade | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1fe185e..80bae32 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ copyright = u'2015-2018, Christian Thomas Jacobs' # built documents. # # The short X.Y version. -version = '1.1.0-dev' +version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.1.0-dev' +release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyqso/res/pyqso.glade b/pyqso/res/pyqso.glade index 9a9817d..c8012fc 100644 --- a/pyqso/res/pyqso.glade +++ b/pyqso/res/pyqso.glade @@ -908,7 +908,7 @@ dialog pyqso PyQSO - 1.1.0-dev + 1.1.0 Copyright (C) 2012-2018 Christian Thomas Jacobs A contact logging tool for amateur radio operators. http://christianjacobs.uk/pyqso diff --git a/setup.py b/setup.py index 97d5abc..eebee29 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup(name="PyQSO", - version="1.1.0-dev", + version="1.1.0", description="A contact logging tool for amateur radio operators.", author="Christian Thomas Jacobs", author_email="christian@christianjacobs.uk",