summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)