From a92269c8c8f2925c29353a7c06b89593030f961e Mon Sep 17 00:00:00 2001 From: Dave Kuhlman <dkuhlman@davekuhlman.org> Date: Wed, 16 Dec 2015 12:43:53 -0800 Subject: [PATCH] New version -- 2.18a --- README | 2 +- generateDS.py | 2 +- generateDS.txt | 2 +- gui/generateds_gui.py | 2 +- librarytemplate_howto.txt | 2 +- process_includes.py | 2 +- setup.py | 2 +- tutorial/generateds_tutorial.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 0564de2..335da2d 100644 --- a/README +++ b/README @@ -141,7 +141,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Change history -------------- -Version2.17b (12/16/2015) +Version2.18a (12/16/2015) - Fixed quoting of simpleContent so that, e.g., "&" is exported as "&" and not as "&". Thanks to Ardan Patwardha for diff --git a/generateDS.py b/generateDS.py index 0cc4c6d..3fdd745 100755 --- a/generateDS.py +++ b/generateDS.py @@ -194,7 +194,7 @@ logging.disable(logging.INFO) # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.17a' +VERSION = '2.18a' ##VERSION## GenerateProperties = 0 diff --git a/generateDS.txt b/generateDS.txt index 44648c9..77876b5 100644 --- a/generateDS.txt +++ b/generateDS.txt @@ -12,7 +12,7 @@ generateDS -- Generate Data Structures from XML Schema .. version -:revision: 2.17a +:revision: 2.18a .. version diff --git a/gui/generateds_gui.py b/gui/generateds_gui.py index 0a77cbc..c14d38e 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.17a' +VERSION = '2.18a' ##VERSION## diff --git a/librarytemplate_howto.txt b/librarytemplate_howto.txt index ab38257..42ad6cf 100644 --- a/librarytemplate_howto.txt +++ b/librarytemplate_howto.txt @@ -8,7 +8,7 @@ How to package a generateDS.py generated library .. version -:revision: 2.17a +:revision: 2.18a .. version diff --git a/process_includes.py b/process_includes.py index 2abba61..fcffe5e 100755 --- a/process_includes.py +++ b/process_includes.py @@ -35,7 +35,7 @@ except ImportError: # Do not modify the following VERSION comments. # Used by updateversion.py. ##VERSION## -VERSION = '2.17a' +VERSION = '2.18a' ##VERSION## CatalogDict = {} diff --git a/setup.py b/setup.py index cb0f94b..46c1087 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.17a", + version="2.18a", ##VERSION## author="Dave Kuhlman", author_email="dkuhlman@davekuhlman.org", diff --git a/tutorial/generateds_tutorial.txt b/tutorial/generateds_tutorial.txt index 89a303f..dbb1fc4 100644 --- a/tutorial/generateds_tutorial.txt +++ b/tutorial/generateds_tutorial.txt @@ -11,7 +11,7 @@ generateDS -- Introduction and Tutorial .. version -:revision: 2.17a +:revision: 2.18a .. version -- GitLab