diff options
-rw-r--r-- | docs/index.rst | 8 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..833e1aa --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +TODO Add files to toctree and delete this header +------------------------------------------------ +.. toctree:: + :maxdepth: 1 + + diff --git a/version.properties b/version.properties index 0424f62..58a1286 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=1 -patch=0 +patch=50 base_version=${major}.${minor}.${patch} |