diff --git a/CHANGES.txt b/CHANGES.txt index beb3ed6..413989c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,4 @@ +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. v0.9.7, 2015-12-24 -- ttk theme support, logging bug fix. v0.9.6, 2015-12-21 -- more bug fixes. diff --git a/nvpy/version.py b/nvpy/version.py index 3277f64..2a3eb2f 100644 --- a/nvpy/version.py +++ b/nvpy/version.py @@ -1 +1 @@ -VERSION = "1.0.0" +VERSION = "1.1.0"