8000 Merge pull request #899 from python-gitlab/chore/package-version · SVLay/python-gitlab@35cc8c7 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35cc8c7

Browse files
authored
Merge pull request python-gitlab#899 from python-gitlab/chore/package-version
chore: bump to 1.12.0
2 parents 6f4332d + 4648128 commit 35cc8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from gitlab import utils # noqa
3232

3333
__title__ = "python-gitlab"
34-
__version__ = "1.11.0"
34+
__version__ = "1.12.0"
3535
__author__ = "Gauvain Pocentek"
3636
__email__ = "gauvainpocentek@gmail.com"
3737
__license__ = "LGPL3"

0 commit comments

Comments
 (0)
0