diff --git a/CHANGES.txt b/CHANGES.txt index 57d0f11..1c92b52 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,4 @@ +v1.2.1, 2019-04-29 -- Fixed freeze bug v1.2.0, 2019-04-25 -- Provide stand alone executable file (nvpy.exe) for Windows. v1.1.0, 2019-03-31 -- Improved reliability of save and sync, Added black theme, confirm exit, migrate to the simperium api, fixed some bug v1.0.0, 2016-12-01 -- highlight headings, retina support, confirm delete, fixes. diff --git a/nvpy/version.py b/nvpy/version.py index 2b22ec6..3a0b6cb 100644 --- a/nvpy/version.py +++ b/nvpy/version.py @@ -1 +1 @@ -VERSION = "1.2.1-dev" +VERSION = "1.2.1"