Skip to content

Commit 0b00127

Browse files
authored
Merge pull request #124 from scality/prepare-0.1.0
Release: Set version to 0.1.0
2 parents f0799d4 + cce7d2a commit 0b00127

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. The structure of this document is based on https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
22
3-
Release 0.1.0 (in development)
4-
==============================
3+
Release 0.1.0
4+
=============
55
This marks the first release of `MetalK8s`_.
66

77
.. note:: Compatibility with future releases of MetalK8s is not guaranteed until

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = 'Scality'
2828

2929
# The short X.Y version
30-
version = ''
30+
version = '0.1'
3131
# The full version, including alpha/beta/rc tags
32-
release = ''
32+
release = '0.1.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)