Skip to content

Commit 6a0baac

Browse files
committed
Prepare release v0.3.1
Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent baacf4f commit 6a0baac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.4'
61+
version = '0.3'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.dev1'
63+
release = '0.3.1'
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
@@ -81,7 +81,7 @@
8181
name='custodia',
8282
description='A service to manage, retrieve and store secrets',
8383
long_description=long_description,
84-
version='0.4.dev1',
84+
version='0.3.1',
8585
license='GPLv3+',
8686
maintainer='Custodia project Contributors',
8787
maintainer_email='simo@redhat.com',

0 commit comments

Comments
 (0)