summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-02-18 10:11:30 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2018-02-18 10:11:30 +0100
commit10bd1f43f59b2257e6195b290b0dc8a578b7562a (patch)
tree71d0582d4451634e00bccc81519e33ac1231f99e /gitlab
parentd63748a41cc22bba93a9adf0812e7eb7b74a0161 (diff)
downloadgitlab-10bd1f43f59b2257e6195b290b0dc8a578b7562a.tar.gz
Prepare the 1.3.0 release1.3.0
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index c909f9f..17e60bc 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -34,11 +34,11 @@ from gitlab.exceptions import * # noqa
from gitlab.v3.objects import * # noqa
__title__ = 'python-gitlab'
-__version__ = '1.2.0'
+__version__ = '1.3.0'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'
-__copyright__ = 'Copyright 2013-2017 Gauvain Pocentek'
+__copyright__ = 'Copyright 2013-2018 Gauvain Pocentek'
warnings.filterwarnings('default', category=DeprecationWarning,
module='^gitlab')