We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baacf4f commit 6a0baacCopy full SHA for 6a0baac
docs/source/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '0.4'
+version = '0.3'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.4.dev1'
+release = '0.3.1'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -81,7 +81,7 @@
81
name='custodia',
82
description='A service to manage, retrieve and store secrets',
83
long_description=long_description,
84
- version='0.4.dev1',
+ version='0.3.1',
85
license='GPLv3+',
86
maintainer='Custodia project Contributors',
87
maintainer_email='simo@redhat.com',
0 commit comments