We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d78d48 commit 4848002Copy full SHA for 4848002
CHANGELOG.md
@@ -11,3 +11,7 @@
11
## Release 1.0.1 (2021-02-18T20:31:05)
12
### Features
13
* Update .thoth.yaml
14
+
15
+## Release 1.0.4 (2021-03-11T19:17:30)
16
+### Bug Fix
17
+* Rebase the version string with latest release (#104)
version.py
@@ -2,4 +2,4 @@
2
"""opendatahub operator."""
3
4
5
-__version__ = "1.0.3"
+__version__ = "1.0.4"
0 commit comments