diff --git a/README.rst b/README.rst index 5667425..6614579 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,6 @@ **nvchecker** (short for *new version checker*) is for checking if a new version of some software has been released. -This is the version 2.0 branch that is in beta. Things may still change without backward-compatibility. - -For the old version 1.x, please switch to the ``v1.x`` branch. +This is the version 2.0 branch. For the old version 1.x, please switch to the ``v1.x`` branch. .. image:: https://travis-ci.org/lilydjwg/nvchecker.svg?branch=master :alt: Build Status diff --git a/docs/usage.rst b/docs/usage.rst index 9740e96..7bcee00 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -3,9 +3,7 @@ Usage of nvchecker commands **nvchecker** (short for *new version checker*) is for checking if a new version of some software has been released. -This is the version 2.0 branch that is in beta. Things may still change without backward-compatibility. - -For the old version 1.x, please switch to the ``v1.x`` branch. +This is the version 2.0 branch. For the old version 1.x, please switch to the ``v1.x`` branch. .. image:: https://travis-ci.org/lilydjwg/nvchecker.svg?branch=master :alt: Build Status diff --git a/nvchecker/__init__.py b/nvchecker/__init__.py index ffdf76c..0f7cee4 100644 --- a/nvchecker/__init__.py +++ b/nvchecker/__init__.py @@ -1,4 +1,4 @@ # MIT licensed # Copyright (c) 2013-2020 lilydjwg , et al. -__version__ = '2.0b0' +__version__ = '2.0'