diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 22:18:50 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 22:18:50 -0500 |
commit | 35ffbeed8594586387ec1ca769d5dd3384843b8f (patch) | |
tree | a4daabd4b865216e706846d837063f1092fbfd65 | |
parent | 5166d2a8556ae9964c714c570e002639b1b28e01 (diff) |
bumped to v0.2.2v0.2.2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | combox/_version.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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(): |