File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
62
62
# General information about the project.
63
63
project = 'python-gitlab'
64
- copyright = '2013-2015 , Gauvain Pocentek, Mika Mäenpää'
64
+ copyright = '2013-2016 , Gauvain Pocentek, Mika Mäenpää'
65
65
66
66
# The version info for the project you're documenting, acts as replacement for
67
67
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 30
30
from gitlab .objects import * # noqa
31
31
32
32
__title__ = 'python-gitlab'
33
- __version__ = '0.10 '
33
+ __version__ = '0.11 '
34
34
__author__ = 'Gauvain Pocentek'
35
35
__email__ = 'gauvain@pocentek.net'
36
36
__license__ = 'LGPL3'
37
- __copyright__ = 'Copyright 2013-2015 Gauvain Pocentek'
37
+ __copyright__ = 'Copyright 2013-2016 Gauvain Pocentek'
38
38
39
39
warnings .simplefilter ('always' , DeprecationWarning )
40
40
You can’t perform that action at this time.
0 commit comments