summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 22:18:50 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 22:18:50 -0500
commit35ffbeed8594586387ec1ca769d5dd3384843b8f (patch)
treea4daabd4b865216e706846d837063f1092fbfd65
parent5166d2a8556ae9964c714c570e002639b1b28e01 (diff)
bumped to v0.2.2v0.2.2
-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():