From 1206610da2f5dd3a2224e1dd87bf7c128bfcd4d6 Mon Sep 17 00:00:00 2001 From: yuuki Date: Sun, 15 Sep 2019 15:58:58 +0900 Subject: [PATCH] v2.0.0 --- CHANGES.txt | 4 ++-- nvpy/version.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d2b8940..8726139 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -v2.0.0, TBD -- Ported to Python3. Dropped Python2 support. Removed background_full_sync option. - (Windows) Improved startup performance of nvpy.exe. +v2.0.0, 2019-09-15 -- Ported to Python3. Dropped Python2 support. Removed background_full_sync option. + (Windows) Improved startup performance of nvpy.exe. v1.2.2, 2019-09-05 -- Fixed database corruption bug. Fixed UI bugs. Fixed full-sync issue. Added TclError handling. v1.2.1, 2019-04-29 -- Fixed freeze bug v1.2.0, 2019-04-25 -- Provide stand alone executable file (nvpy.exe) for Windows. diff --git a/nvpy/version.py b/nvpy/version.py index c10210f..2101409 100644 --- a/nvpy/version.py +++ b/nvpy/version.py @@ -1 +1 @@ -VERSION = "2.0.0-dev" +VERSION = "2.0.0" diff --git a/setup.py b/setup.py index 7ddbe0c..5e2700b 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def read(fname): include_package_data=True, classifiers=[ # See https://pypi.org/classifiers/ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)",