releasing version 2.0

This commit is contained in:
lilydjwg 2020-10-01 14:41:35 +08:00
parent 4cb63cbe65
commit 0eca4a9b43
3 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
# MIT licensed
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
__version__ = '2.0b0'
__version__ = '2.0'