Skip to content

Commit

Permalink
Merge pull request #899 from python-gitlab/chore/package-version
Browse files Browse the repository at this point in the history
chore: bump to 1.12.0
  • Loading branch information
max-wittig committed Oct 6, 2019
2 parents 6f4332d + 4648128 commit 35cc8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from gitlab import utils # noqa

__title__ = "python-gitlab"
__version__ = "1.11.0"
__version__ = "1.12.0"
__author__ = "Gauvain Pocentek"
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
Expand Down

0 comments on commit 35cc8c7

Please sign in to comment.