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