update README and make new version master

This commit is contained in:
lilydjwg 2020-08-27 23:28:59 +08:00
parent 3d90c02273
commit 5689bc0a3f
3 changed files with 5 additions and 5 deletions

2
NEW
View File

@ -1,4 +1,2 @@
TODO:
* create source plugin documentation
* nvtake and nvcmp
* setup.py nvchecker_source

View File

@ -1,10 +1,12 @@
**nvchecker** (short for *new version checker*) is for checking if a new version of some software has been released.
This is the 2.0 version branch that is still in development. Things may change without backward-compatibility.
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.
.. image:: https://travis-ci.org/lilydjwg/nvchecker.svg
:alt: Build Status
:target: https://travis-ci.org/lilydjwg/nvchecker?branch=nvchecker2
:target: https://travis-ci.org/lilydjwg/nvchecker?branch=master
.. image:: https://badge.fury.io/py/nvchecker.svg
:alt: PyPI version
:target: https://badge.fury.io/py/nvchecker

View File

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