diff --git a/generateDS.html b/generateDS.html index 21fc8c6badd19414b5e13db9d4aa85d8b1f47593..e224ea9cc11df9192c9a06c641bdaab441c3c189 100644 --- a/generateDS.html +++ b/generateDS.html @@ -220,7 +220,7 @@ They are used by updateversion.py. --> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> -<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28e</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28.1</td> </tr> </tbody> </table> @@ -3380,7 +3380,7 @@ following among others:</p> <div class="footer"> <hr class="footer" /> <a class="reference external" href="generateDS.txt">View document source</a>. -Generated on: 2017-10-27 17:07 UTC. +Generated on: 2017-10-27 17:16 UTC. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> diff --git a/generateDS.py b/generateDS.py index 34333ad5a2bf36bf874000ace24a33557ddbfb52..69b5bcc24d9861b1c9a2e7adea5aa0c75e07d07c 100755 --- a/generateDS.py +++ b/generateDS.py @@ -227,7 +227,7 @@ logging.disable(logging.INFO) # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.28e' +VERSION = '2.28.1' ##VERSION## if sys.version_info.major == 2: diff --git a/generateDS.txt b/generateDS.txt index 2d99e1cee1c04186e21d680184745017cea10187..92a2826e1829c674b4b9a15f5ffd2f3bbe8bc3d6 100644 --- a/generateDS.txt +++ b/generateDS.txt @@ -12,7 +12,7 @@ generateDS -- Generate Data Structures from XML Schema .. version -:revision: 2.28e +:revision: 2.28.1 .. version diff --git a/generateds_gui_notes.html b/generateds_gui_notes.html index 8716620f1ca52dfe2ae7b208438971f9d385df56..4839d44e2835dce28eed6c91db9ba6dbbcdfcf09 100644 --- a/generateds_gui_notes.html +++ b/generateds_gui_notes.html @@ -220,7 +220,7 @@ They are used by updateversion.py. --> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> -<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28e</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28.1</td> </tr> </tbody> </table> @@ -401,7 +401,7 @@ $ mv generateds_gui.mo locale/ru/LC_MESSAGES/ <div class="footer"> <hr class="footer" /> <a class="reference external" href="generateds_gui_notes.txt">View document source</a>. -Generated on: 2017-10-27 17:07 UTC. +Generated on: 2017-10-27 17:16 UTC. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> diff --git a/generateds_gui_notes.txt b/generateds_gui_notes.txt index a63c4b4d2d5f52046915edbcc4248dcaaa4a6af8..c0189dc4b31b27db204fc908cb7c865c8e7119e0 100644 --- a/generateds_gui_notes.txt +++ b/generateds_gui_notes.txt @@ -12,7 +12,7 @@ GenerateDS GUI Notes .. version -:revision: 2.28e +:revision: 2.28.1 .. version diff --git a/gui/generateds_gui.py b/gui/generateds_gui.py index c5556a47bdaea53f61412591ce4e6146a25e3501..ac9f25a88ff65115a9065fcab88f889a1062792f 100644 --- a/gui/generateds_gui.py +++ b/gui/generateds_gui.py @@ -41,7 +41,7 @@ from libgenerateDS.gui import generateds_gui_session # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.28e' +VERSION = '2.28.1' ##VERSION## diff --git a/librarytemplate_howto.html b/librarytemplate_howto.html index 3d6ff895f0764d84eafd3de185b2a30fc05de60e..112a0ed43e4fe7de6d6e945814885b27140bd256 100644 --- a/librarytemplate_howto.html +++ b/librarytemplate_howto.html @@ -217,7 +217,7 @@ dkuhlman (at) davekuhlman (dot) org <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> -<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28e</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28.1</td> </tr> </tbody> </table> @@ -380,7 +380,7 @@ this command for your needs. For example, you may need to use <div class="footer"> <hr class="footer" /> <a class="reference external" href="librarytemplate_howto.txt">View document source</a>. -Generated on: 2017-10-27 17:07 UTC. +Generated on: 2017-10-27 17:16 UTC. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> diff --git a/librarytemplate_howto.txt b/librarytemplate_howto.txt index 52baff2959fd03ad80f4c875056b357d58df7dd3..6b4b706d2009500e9c365565f4925b61066498b6 100644 --- a/librarytemplate_howto.txt +++ b/librarytemplate_howto.txt @@ -8,7 +8,7 @@ How to package a generateDS.py generated library .. version -:revision: 2.28e +:revision: 2.28.1 .. version diff --git a/process_includes.py b/process_includes.py index 2ec30276d77471e0bd32e311d5a64ed524ac5606..cebd1e87a8ca3661b0edda697da7b3469ed92535 100644 --- a/process_includes.py +++ b/process_includes.py @@ -40,7 +40,7 @@ except ImportError: # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.28e' +VERSION = '2.28.1' ##VERSION## CatalogDict = {} diff --git a/setup.py b/setup.py index 1668f65ae266f3106aa022fb94401350c8addcf8..6055cef7596aed77e473544bc5f05031f6a1a7b8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name="generateDS", # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## - version="2.28e", + version="2.28.1", ##VERSION## author="Dave Kuhlman", author_email="dkuhlman@davekuhlman.org", diff --git a/tutorial/generateds_tutorial.html b/tutorial/generateds_tutorial.html index bbc5bc54bf2e493d0b39dffc6a23d5cc86cdd9df..45a4dc3fa70919ce52b169c3638239c7368b0e16 100644 --- a/tutorial/generateds_tutorial.html +++ b/tutorial/generateds_tutorial.html @@ -219,7 +219,7 @@ They are used by updateversion.py. --> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> -<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28e</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.28.1</td> </tr> </tbody> </table> @@ -1210,7 +1210,7 @@ named <tt class="docutils literal">garden_api.py</tt>, you can create an instanc <div class="footer"> <hr class="footer" /> <a class="reference external" href="generateds_tutorial.txt">View document source</a>. -Generated on: 2017-10-27 17:07 UTC. +Generated on: 2017-10-27 17:16 UTC. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> diff --git a/tutorial/generateds_tutorial.txt b/tutorial/generateds_tutorial.txt index 1b5712b56bd6bebd49a704532dea037d93d6591b..cbf7482ec87bcb50aee5b68fc2c0c60e29d12fd3 100644 --- a/tutorial/generateds_tutorial.txt +++ b/tutorial/generateds_tutorial.txt @@ -11,7 +11,7 @@ generateDS -- Introduction and Tutorial .. version -:revision: 2.28e +:revision: 2.28.1 .. version diff --git a/tutorial/generateds_tutorial.zip b/tutorial/generateds_tutorial.zip index bbb26b9e85d945c52672b0a58bc9fba75ce808b6..bf8669cdde81ea806b9cb0299539e1a3c0ecd8de 100644 Binary files a/tutorial/generateds_tutorial.zip and b/tutorial/generateds_tutorial.zip differ