Skip to content

Commit ca44878

Browse files
author
Gauvain Pocentek
committed
Bump version
And update copyright years.
1 parent 0163499 commit ca44878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# General information about the project.
6363
project = 'python-gitlab'
64-
copyright = '2013-2015, Gauvain Pocentek, Mika Mäenpää'
64+
copyright = '2013-2016, Gauvain Pocentek, Mika Mäenpää'
6565

6666
# The version info for the project you're documenting, acts as replacement for
6767
# |version| and |release|, also used in various other places throughout the

gitlab/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
from gitlab.objects import * # noqa
3131

3232
__title__ = 'python-gitlab'
33-
__version__ = '0.10'
33+
__version__ = '0.11'
3434
__author__ = 'Gauvain Pocentek'
3535
__email__ = 'gauvain@pocentek.net'
3636
__license__ = 'LGPL3'
37-
__copyright__ = 'Copyright 2013-2015 Gauvain Pocentek'
37+
__copyright__ = 'Copyright 2013-2016 Gauvain Pocentek'
3838

3939
warnings.simplefilter('always', DeprecationWarning)
4040

0 commit comments

Comments
 (0)