File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
3
3
v1.2.2, 2019-09-05 -- Fixed database corruption bug. Fixed UI bugs. Fixed full-sync issue. Added TclError handling.
4
4
v1.2.1, 2019-04-29 -- Fixed freeze bug
5
5
v1.2.0, 2019-04-25 -- Provide stand alone executable file (nvpy.exe) for Windows.
Original file line number Diff line number Diff line change 1
- VERSION = "2.0.0-dev "
1
+ VERSION = "2.0.0"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def read(fname):
42
42
include_package_data = True ,
43
43
classifiers = [
44
44
# See https://pypi.org/classifiers/
45
- "Development Status :: 4 - Beta " ,
45
+ "Development Status :: 5 - Production/Stable " ,
46
46
"Environment :: X11 Applications" ,
47
47
"Environment :: MacOS X" ,
48
48
"Environment :: Win32 (MS Windows)" ,
You can’t perform that action at this time.
0 commit comments