Skip to content

Commit 2e7d709

Browse files
committed
Prepare release v0.2.0
Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent 9dd4ca4 commit 2e7d709

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151

5252
# General information about the project.
5353
project = u'Custodia'
54-
copyright = u'2015, Custodia Contributors'
54+
copyright = u'2016, Custodia Contributors'
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.2'
61+
version = '0.2.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.2'
63+
release = '0.2.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
name='custodia',
6464
descricription='A service to manage, retrieve and store secrets',
6565
long_description=long_description,
66-
version='0.2.dev1',
66+
version='0.2.0',
6767
license='GPLv3+',
6868
maintainer='Custodia project Contributors',
6969
maintainer_email='simo@redhat.com',

0 commit comments

Comments
 (0)