diff options
| author | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-09-11 18:08:24 +0900 |
|---|---|---|
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-09-13 11:31:53 +0900 |
| commit | ae41ccac316c6bd45ec4af0146219212bbb08c87 (patch) | |
| tree | 91ea1fd65b32aabd02066bf1bdaa82f3f032b795 /pygerrit | |
| parent | f2642ab7b008f0581c9801eeaca98733d4c1169e (diff) | |
| download | pygerrit-ae41ccac316c6bd45ec4af0146219212bbb08c87.tar.gz | |
Bump version to 0.1.10.1.1
Change-Id: Id2a68941ddfbeaee540406e821f1df09408c198f
Diffstat (limited to 'pygerrit')
| -rw-r--r-- | pygerrit/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygerrit/__init__.py b/pygerrit/__init__.py index 98d0f92..76c8321 100644 --- a/pygerrit/__init__.py +++ b/pygerrit/__init__.py @@ -22,7 +22,7 @@ """ Module to interface with Gerrit. """ -__numversion__ = (0, 1, 0) +__numversion__ = (0, 1, 1) __version__ = '.'.join([str(num) for num in __numversion__]) |
