From 3bd24d8759378a1fae2980747a1df8a25d259a0d Mon Sep 17 00:00:00 2001 From: Michael Lustenberger Date: Tue, 3 Jul 2018 15:10:36 +0200 Subject: [PATCH] README Converted to RST. --- README.md => README.rst | 10 ++++++++-- setup.py | 2 +- version.txt | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) rename README.md => README.rst (96%) diff --git a/README.md b/README.rst similarity index 96% rename from README.md rename to README.rst index f8d55a1..058e896 100644 --- a/README.md +++ b/README.rst @@ -1,4 +1,9 @@ -# maestro.py +maestro.py +========== + +Introduction +------------ + Semi- to full-automation. The realistic approach for SMBs. 'Pet' vs. 'herd'? This is the 'stable' approach! @@ -22,7 +27,8 @@ tools. It must be flexible enough to be split up as needed and simple enough such that one can work on several projects without having to think too much. --- +History +------- This project was started as a proof-of-concept / first-do-it-approach here and was diff --git a/setup.py b/setup.py index 4d1c14c..f43b31f 100644 --- a/setup.py +++ b/setup.py @@ -2,4 +2,4 @@ TODO: include with PyPI """ - version='0.1', + version='0.1.dev2+g1c6fb7a', diff --git a/version.txt b/version.txt index c3c88a4..40564bb 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -Internal Version: 0.1 -Official Version: 0.1 +Internal Version: 0.1-2-g1c6fb7a +Official Version: 0.1.dev2+g1c6fb7a