diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-12-07 22:36:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 22:36:21 +0100 |
commit | 164fa4f360a1bb0ecf5616c32a2bc31c78c2594f (patch) | |
tree | 917dc5f822e642f17df0a6befee7a53dcee92f3e /gitlab | |
parent | 98e1b0ae77a627d21ce971ee4df813e1955f69a0 (diff) | |
download | gitlab-164fa4f360a1bb0ecf5616c32a2bc31c78c2594f.tar.gz |
chore: bump version to 1.14.0v1.14.0
Diffstat (limited to 'gitlab')
-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 f9a229e..883bb44 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.13.0" +__version__ = "1.14.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |