From 434a968bbd26219166b26141f922219bda9d30c3 Mon Sep 17 00:00:00 2001 From: boyska Date: Tue, 7 Mar 2017 11:44:53 +0100 Subject: [PATCH] Release 1.1.0 --- doc/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2966dfe..6bc401d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,9 +60,9 @@ copyright = '2015-2017, boyska' # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 37a63c9..ea00c36 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='larigira', - version='1.0.1', + version='1.1.0', description='A radio automation based on MPD', long_description=read('README.rst'), author='boyska',