Bump version
authorAlexander Vasarab <alexander@wylark.com>
Mon, 29 Jun 2020 17:33:23 +0000 (10:33 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Mon, 29 Jun 2020 17:33:23 +0000 (10:33 -0700)
README.md
munter/__init__.py

index 37c034c6c4b37a8c84e60d75e63935a001b5e2cf..308d405c56f188bbabf11fb9d7ba5ec0aef8f675 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,13 +58,16 @@ SnowPit Technologies' "Avalanche Field Notebook" or your own personal format
 Future plans
 ------------
 
-* GTK mode
 * Lint it (e.g. therapist)
 * Sphinx/autodoc?
 
 Version History
 ---------------
 
+- 2.2.0 (Jun 2020)
+
+  Implement GUI mode.
+
 - 2.1.0 (Jun 2020)
 
   Implement fitness modifier. Make some text changes and other
index 4393d40d0a73ab979cbbca6acb8587c662c6004b..f83f37de097726774159edc3d3c37f0d4dd3f9e8 100755 (executable)
@@ -1,3 +1,3 @@
 """Main package for Munter.py"""
-__version__ = "2.1.0"
+__version__ = "2.2.0"
 from .munter import time_calc