summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-07-11 08:58:45 +0200
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-07-11 08:58:45 +0200
commit4bb42de27aec0aaa850c1e2cfc251a1c24658563 (patch)
tree41b198a8e5eb015093a88957fc24be51c1749f26
parent802c144cfd199684506b3404f03c3657c75e307d (diff)
downloadgitlab-0.9.2.tar.gz
version bump0.9.2
-rw-r--r--ChangeLog4
-rw-r--r--gitlab/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81e97cf..3f11b75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Version 0.9.2
+
+ * CLI: fix the update and delete subcommands (#62)
+
Version 0.9.1
* Fix the setup.py script
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 52fc7db..260be40 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -27,7 +27,7 @@ import requests
import six
__title__ = 'python-gitlab'
-__version__ = '0.9.1'
+__version__ = '0.9.2'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'