We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1eef7f commit f6b54b6Copy full SHA for f6b54b6
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v2.0.1, 2019-10-03 -- Fixed crash bug when offline.
2
v2.0.0, 2019-09-15 -- Ported to Python3. Dropped Python2 support. Removed background_full_sync option.
3
(Windows) Improved startup performance of nvpy.exe.
4
v1.2.2, 2019-09-05 -- Fixed database corruption bug. Fixed UI bugs. Fixed full-sync issue. Added TclError handling.
nvpy/version.py
@@ -1 +1 @@
-VERSION = "2.0.0"
+VERSION = "2.0.1"
0 commit comments