summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-17 09:40:16 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-17 09:43:31 +0900
commit30d86be3ae7b4c2bcc9119bcc685df6e33bc5858 (patch)
tree47dd009e6ff5f0e1bbcbd7d8ecad14a2482e84d0
parent281a49cd2a108d0c5402d718823e56f71339584a (diff)
downloadpygerrit-30d86be3ae7b4c2bcc9119bcc685df6e33bc5858.tar.gz
Version 0.2.40.2.4
Change-Id: I65d45f11f3b467f4cf8bc34a4a63749406d78abf
-rw-r--r--AUTHORS.rst1
-rw-r--r--HISTORY.rst8
-rw-r--r--pygerrit/__init__.py2
3 files changed, 10 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index 58941af..f61b134 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -12,3 +12,4 @@ Patches and Suggestions
- Ernst Sjöstrand <ernst.sjostrand@sonymobile.com>
- Jens Andersen <jens.andersen@gmail.com>
+- Christopher Zee <christopher.xs.zee@gmail.com>
diff --git a/HISTORY.rst b/HISTORY.rst
index 81d54a3..e4f494a 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,14 @@
History
-------
+0.2.4 (2014-03-17)
+++++++++++++++++++
+
+- Accept kwargs for request functions
+- Add badges to the README
+- Fix README markup to work properly in Gitlab
+- Update link to Gerrit documentation
+
0.2.3 (2013-12-17)
++++++++++++++++++
diff --git a/pygerrit/__init__.py b/pygerrit/__init__.py
index 455c7c6..8bc193e 100644
--- a/pygerrit/__init__.py
+++ b/pygerrit/__init__.py
@@ -22,7 +22,7 @@
""" Module to interface with Gerrit. """
-__numversion__ = (0, 2, 3)
+__numversion__ = (0, 2, 4)
__version__ = '.'.join([str(num) for num in __numversion__])