We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0799d4 + cce7d2a commit 0b00127Copy full SHA for 0b00127
ChangeLog.rst
@@ -1,7 +1,7 @@
1
.. The structure of this document is based on https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
2
3
-Release 0.1.0 (in development)
4
-==============================
+Release 0.1.0
+=============
5
This marks the first release of `MetalK8s`_.
6
7
.. note:: Compatibility with future releases of MetalK8s is not guaranteed until
docs/conf.py
@@ -27,9 +27,9 @@
27
author = 'Scality'
28
29
# The short X.Y version
30
-version = ''
+version = '0.1'
31
# The full version, including alpha/beta/rc tags
32
-release = ''
+release = '0.1.0'
33
34
35
# -- General configuration ---------------------------------------------------
0 commit comments