Skip to content

Commit fb8b908

Browse files
committed
Prepare release v0.4.0
Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent 69a1d28 commit fb8b908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custodia/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__summary__ = 'A service to manage, retrieve and store secrets.'
1010
__uri__ = 'https://github.com/latchset/custodia'
1111

12-
__version_info__ = (0, 4, 'dev2')
12+
__version_info__ = (0, 4, 0)
1313
__version__ = '.'.join(str(v) for v in __version_info__)
1414

1515
__author__ = 'Custodia project Contributors'

0 commit comments

Comments
 (0)