diff --git a/generateDS.html b/generateDS.html index f956893205de696807d554b1d364f0d7fc09593b..c456395c80c54f253f02ab6e85f217a5c3142c5c 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.19a</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.19b</td> </tr> </tbody> </table> @@ -229,7 +229,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">date:</th><td class="field-body">February 15, 2016</td> +<tr class="field"><th class="field-name">date:</th><td class="field-body">February 16, 2016</td> </tr> </tbody> </table> @@ -3171,7 +3171,7 @@ following among others:</p> <div class="footer"> <hr class="footer" /> <a class="reference external" href="generateDS.txt">View document source</a>. -Generated on: 2016-02-15 23:30 UTC. +Generated on: 2016-02-16 20:53 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 2fe477f558071f2767de4a0d8073c015374dae33..c32c6b9907d70c398f4aac7d4b0a3e732b294a2f 100755 --- a/generateDS.py +++ b/generateDS.py @@ -202,7 +202,7 @@ logging.disable(logging.INFO) # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.19a' +VERSION = '2.19b' ##VERSION## if sys.version_info.major == 2: diff --git a/generateDS.txt b/generateDS.txt index 9845a819aa1a0ce9b838b0fe6f24f1f2bb93af15..d494381c30e5cf375ee79ef0677a06b5dbbb53cb 100644 --- a/generateDS.txt +++ b/generateDS.txt @@ -12,7 +12,7 @@ generateDS -- Generate Data Structures from XML Schema .. version -:revision: 2.19a +:revision: 2.19b .. version diff --git a/gui/generateds_gui.py b/gui/generateds_gui.py index e2b3aa602a815921e0516b577637af83a88d0ded..077b8508a19f3f84914e3f89c8f37257d223dcf7 100755 --- a/gui/generateds_gui.py +++ b/gui/generateds_gui.py @@ -31,7 +31,7 @@ from libgenerateDS.gui import generateds_gui_session # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.19a' +VERSION = '2.19b' ##VERSION## diff --git a/librarytemplate_howto.html b/librarytemplate_howto.html index ce787964ef90433b862d1b0eb70a4b68d8cf0b58..b7797186e39827c44b27546ad87f3bdde5a07e03 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.19a</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.19b</td> </tr> </tbody> </table> @@ -226,7 +226,7 @@ dkuhlman (at) davekuhlman (dot) org <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> -<tr class="field"><th class="field-name">date:</th><td class="field-body">February 08, 2016</td> +<tr class="field"><th class="field-name">date:</th><td class="field-body">February 16, 2016</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: 2016-02-08 18:02 UTC. +Generated on: 2016-02-16 20:53 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 c31ea70be84e56e4d48d392715465b258fa56838..5e68685b559c4bc4dec1e78f94033ef41d94614b 100644 --- a/librarytemplate_howto.txt +++ b/librarytemplate_howto.txt @@ -8,7 +8,7 @@ How to package a generateDS.py generated library .. version -:revision: 2.19a +:revision: 2.19b .. version diff --git a/process_includes.py b/process_includes.py index e6c3e201d586d462f716cbda9062a5916c26749a..9b62eafb1dde1e63b3e628ec00a31df04ac2fbbc 100755 --- a/process_includes.py +++ b/process_includes.py @@ -38,7 +38,7 @@ except ImportError: # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.19a' +VERSION = '2.19b' ##VERSION## CatalogDict = {} diff --git a/setup.py b/setup.py index 31fe29d0cb9dba56363b595830167f5b8d4b08ac..0f8dbf9f2c612d6f7eaeee915b70dcea2823277b 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.19a", + version="2.19b", ##VERSION## author="Dave Kuhlman", author_email="dkuhlman@davekuhlman.org", diff --git a/tutorial/generateds_tutorial.html b/tutorial/generateds_tutorial.html index 22ee4cc6d17d10a278c72cb95db88ade998c1ca1..9b7a8fd8372656075cbfcdf2dfa756127cab979d 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.19a</td> +<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.19b</td> </tr> </tbody> </table> @@ -228,7 +228,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">date:</th><td class="field-body">February 08, 2016</td> +<tr class="field"><th class="field-name">date:</th><td class="field-body">February 16, 2016</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: 2016-02-08 18:02 UTC. +Generated on: 2016-02-16 20:53 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 4059f1e8bf4d57cb5eea5d2b3631f398050cadf2..b0e54893b6596b0ee83372fe4b8f3090e9d202b9 100644 --- a/tutorial/generateds_tutorial.txt +++ b/tutorial/generateds_tutorial.txt @@ -11,7 +11,7 @@ generateDS -- Introduction and Tutorial .. version -:revision: 2.19a +:revision: 2.19b .. version diff --git a/tutorial/generateds_tutorial.zip b/tutorial/generateds_tutorial.zip index 4d95f7ed52838130fc7596ee8b3d3f2c351bf979..10f4d0348f9a08d52678d11cd29379fe4b21f59c 100644 Binary files a/tutorial/generateds_tutorial.zip and b/tutorial/generateds_tutorial.zip differ