diff configmix/__init__.py @ 163:ff03cdf36139

The README.txt should be in the most important parts readable without keyword substitutions. The release number ist now directly included. Distinguish between the release date "release_date" and the build date of the documentation "today".
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 14 Mar 2019 00:13:59 +0100
parents e2e8d21b4122
children 6ca90e80f4f4
line wrap: on
line diff
--- a/configmix/__init__.py	Thu Feb 21 23:25:15 2019 +0100
+++ b/configmix/__init__.py	Thu Mar 14 00:13:59 2019 +0100
@@ -15,7 +15,8 @@
 
 __version__ = "0.6.0.dev1"
 
-__revision__ = "$Revision$"
+__revision__ = "|VCSRevision|"
+__date__ = "|VCSJustDate|"
 
 
 import copy