summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-09 15:27:50 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-09 15:27:50 +0100
commitca44878787a3e907ea35fd4adbb0a5c3020b44ed (patch)
treec7c94bbac220e2356dd238ea2a27e966ea59eb64
parent0163499bace58a5487f4f09bef2f656fdb541871 (diff)
downloadgitlab-ca44878787a3e907ea35fd4adbb0a5c3020b44ed.tar.gz
Bump version
And update copyright years.
-rw-r--r--docs/conf.py2
-rw-r--r--gitlab/__init__.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ed0285d..bbf3c67 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,7 +61,7 @@ master_doc = 'index'
# General information about the project.
project = 'python-gitlab'
-copyright = '2013-2015, Gauvain Pocentek, Mika Mäenpää'
+copyright = '2013-2016, Gauvain Pocentek, Mika Mäenpää'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 2c2f01d..b70d0a8 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -30,11 +30,11 @@ from gitlab.exceptions import * # noqa
from gitlab.objects import * # noqa
__title__ = 'python-gitlab'
-__version__ = '0.10'
+__version__ = '0.11'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'
-__copyright__ = 'Copyright 2013-2015 Gauvain Pocentek'
+__copyright__ = 'Copyright 2013-2016 Gauvain Pocentek'
warnings.simplefilter('always', DeprecationWarning)