From 9478a76610dd73a14a21f65689b6811587843ddc Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Mon, 29 Jun 2020 10:33:23 -0700 Subject: [PATCH] Bump version --- README.md | 5 ++++- munter/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37c034c..308d405 100644 --- 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 diff --git a/munter/__init__.py b/munter/__init__.py index 4393d40..f83f37d 100755 --- a/munter/__init__.py +++ b/munter/__init__.py @@ -1,3 +1,3 @@ """Main package for Munter.py""" -__version__ = "2.1.0" +__version__ = "2.2.0" from .munter import time_calc -- 2.30.2