summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--combox/_version.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a554e5..23e267c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2016-01-11 Siddharth Ravikumar <sravik@bgsu.edu>
+ * combox/_version.py: bumped to v0.2.2
+
+2016-01-11 Siddharth Ravikumar <sravik@bgsu.edu>
+
* combox/cbox.py: Now, combox starts configuration when the
configuration directory does not exist or when the configuration
file does not exist.
diff --git a/combox/_version.py b/combox/_version.py
index 2abe655..c70f887 100644
--- a/combox/_version.py
+++ b/combox/_version.py
@@ -19,7 +19,7 @@
# <http://www.gnu.org/licenses/>.
__version__ = u"0.2"
-__release__ = u"1"
+__release__ = u"2"
def get_version():