Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki0xff committed Sep 15, 2019
1 parent eecfd80 commit 1206610
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion nvpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.0.0-dev"
VERSION = "2.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 1206610

Please sign in to comment.