8000 version bump · guyzmo/python-gitlab@4bb42de · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bb42de

Browse files
author
Gauvain Pocentek
committed
version bump
1 parent 802c144 commit 4bb42de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.9.2
2+
3+
* CLI: fix the update and delete subcommands (#62)
4+
15
Version 0.9.1
26

37
* Fix the setup.py script

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import six
2828

2929
__title__ = 'python-gitlab'
30-
__version__ = '0.9.1'
30+
__version__ = '0.9.2'
3131
__author__ = 'Gauvain Pocentek'
3232
__email__ = 'gauvain@pocentek.net'
3333
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)
0