mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
releasing version 2.0
This commit is contained in:
parent
4cb63cbe65
commit
0eca4a9b43
3 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# MIT licensed
|
||||
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
__version__ = '2.0b0'
|
||||
__version__ = '2.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue