From fcbf8d797861c26e6d6ecf542a9585b652a1b2eb Mon Sep 17 00:00:00 2001 From: Iago <1460.i.iago@gmail.com> Date: Sat, 16 Jan 2016 17:04:03 +0000 Subject: [PATCH] Bump version --- docs/source/upgrade/{2.0.rst => 2.1.rst} | 4 ++-- docs/source/upgrade/index.rst | 2 +- radio/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/source/upgrade/{2.0.rst => 2.1.rst} (96%) diff --git a/docs/source/upgrade/2.0.rst b/docs/source/upgrade/2.1.rst similarity index 96% rename from docs/source/upgrade/2.0.rst rename to docs/source/upgrade/2.1.rst index d43b55f..0fa3598 100755 --- a/docs/source/upgrade/2.0.rst +++ b/docs/source/upgrade/2.1.rst @@ -1,9 +1,9 @@ ################# -2.0 release notes +2.1 release notes ################# ***************** -What's new in 2.0 +What's new in 2.1 ***************** * New layout! The whole site has been redesigned diff --git a/docs/source/upgrade/index.rst b/docs/source/upgrade/index.rst index 86c4f60..80a413a 100755 --- a/docs/source/upgrade/index.rst +++ b/docs/source/upgrade/index.rst @@ -15,4 +15,4 @@ on any process that makes changes to your database. 1.1 1.1.1 1.2 - 2.0 + 2.1 diff --git a/radio/__init__.py b/radio/__init__.py index 4ba0c30..8b1c660 100755 --- a/radio/__init__.py +++ b/radio/__init__.py @@ -15,4 +15,4 @@ # along with this program. If not, see . -__version__ = '2.0' \ No newline at end of file +__version__ = '2.1' \ No newline at end of file