diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-11-02 11:48:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 11:48:14 +0100 |
commit | d0750bc01ed12952a4d259a13b3917fa404fd435 (patch) | |
tree | 6c347bdb6ce81ac90ed2c571fd3adb6f58992577 | |
parent | fddc25adac16a74f61d81871f9ae13c0227d92d6 (diff) | |
download | gitlab-choree/1-13-0.tar.gz |
chore: bump version to 1.13.0choree/1-13-0
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 08fbb4a..252074b 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -31,7 +31,7 @@ from gitlab.exceptions import * # noqa 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" |