Skip to content

Commit

Permalink
Merge pull request #931 from python-gitlab/choree/1-13-0
Browse files Browse the repository at this point in the history
chore: bump version to 1.13.0
  • Loading branch information
max-wittig committed Nov 2, 2019
2 parents fddc25a + d0750bc commit f39c68f
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.12.1"
__version__ = "1.13.0"
__author__ = "Gauvain Pocentek"
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
Expand Down

0 comments on commit f39c68f

Please sign in to comment.