diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | combox/_version.py | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ git.ricketyspace.net/combox * combox/file.py (rm_path): rm_path function, if it is given a directory, purges it first before deleting it. + * combox/_version.py: bumped to 0.2.1 2016-01-10 Siddharth Ravikumar <sravik@bgsu.edu> diff --git a/combox/_version.py b/combox/_version.py index 365465e..2abe655 100644 --- a/combox/_version.py +++ b/combox/_version.py @@ -19,7 +19,7 @@ # <http://www.gnu.org/licenses/>. __version__ = u"0.2" -__release__ = u"0" +__release__ = u"1" def get_version(): |