Skip to content

Commit 1206610

Browse files
committed
v2.0.0
1 parent eecfd80 commit 1206610

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v2.0.0, TBD -- Ported to Python3. Dropped Python2 support. Removed background_full_sync option.
2-
(Windows) Improved startup performance of nvpy.exe.
1+
v2.0.0, 2019-09-15 -- Ported to Python3. Dropped Python2 support. Removed background_full_sync option.
2+
(Windows) Improved startup performance of nvpy.exe.
33
v1.2.2, 2019-09-05 -- Fixed database corruption bug. Fixed UI bugs. Fixed full-sync issue. Added TclError handling.
44
v1.2.1, 2019-04-29 -- Fixed freeze bug
55
v1.2.0, 2019-04-25 -- Provide stand alone executable file (nvpy.exe) for Windows.

nvpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.0-dev"
1+
VERSION = "2.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(fname):
4242
include_package_data=True,
4343
classifiers=[
4444
# See https://pypi.org/classifiers/
45-
"Development Status :: 4 - Beta",
45+
"Development Status :: 5 - Production/Stable",
4646
"Environment :: X11 Applications",
4747
"Environment :: MacOS X",
4848
"Environment :: Win32 (MS Windows)",

0 commit comments

Comments
 (0)