summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8903a8b..7667431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-20 Siddharth Ravikumar <sravik@bgsu.edu>
+
+ bumping to v0.1.2
+
2015-10-18 Siddharth Ravikumar <sravik@bgsu.edu>
combox now uses python's logging module instead of `print` to
diff --git a/setup.py b/setup.py
index 573ab1e..e3ed8e1 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ config = {
'download_url': 'git://ricketyspace.net/combox.git',
'license': 'GNU General Public License v3.0 or later',
'author_email': 'sravik@bgsu.edu',
- 'version': '0.1.1',
+ 'version': '0.1.2',
'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto',
'simplejson', 'pickledb'],
'packages': ['combox'],