From d979e25b3928f8148672fcb794b7334e684db20d Mon Sep 17 00:00:00 2001
From: Dave Kuhlman <dkuhlman@davekuhlman.org>
Date: Tue, 8 May 2018 10:27:38 -0700
Subject: [PATCH] v. 2.29.13.  Merged PR from Andrei Fokau

---
 README.rst                       | 6 ++++++
 generateDS.py                    | 2 +-
 generateDS.txt                   | 2 +-
 generateds_gui_notes.txt         | 2 +-
 gui/generateds_gui.py            | 2 +-
 librarytemplate_howto.txt        | 2 +-
 process_includes.py              | 2 +-
 setup.py                         | 2 +-
 tutorial/generateds_tutorial.txt | 2 +-
 9 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/README.rst b/README.rst
index 617af8d..6c6bed2 100644
--- a/README.rst
+++ b/README.rst
@@ -141,6 +141,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 Change history
 --------------
 
+Version 2.29.13 (05/08/2018)
+
+- Merged PR from Andrei Fokau.  Fix tests by striping varying lines.
+  Also add config for Travis CI.  Thanks to Andrei for this
+  enhancement.
+
 Version 2.29.12 (04/23/2018)
 
 - Patch to compute the fully qualified name of the simple types
diff --git a/generateDS.py b/generateDS.py
index 38a9753..bdc31de 100755
--- a/generateDS.py
+++ b/generateDS.py
@@ -232,7 +232,7 @@ logging.disable(logging.INFO)
 # Do not modify the following VERSION comments.
 # Used by updateversion.py.
 ##VERSION##
-VERSION = '2.29.11'
+VERSION = '2.29.13'
 ##VERSION##
 
 BaseStrTypes = six.string_types
diff --git a/generateDS.txt b/generateDS.txt
index e9c12dd..c0a5ce1 100644
--- a/generateDS.txt
+++ b/generateDS.txt
@@ -12,7 +12,7 @@ generateDS -- Generate Data Structures from XML Schema
 
 .. version
 
-:revision: 2.29.11
+:revision: 2.29.13
 
 .. version
 
diff --git a/generateds_gui_notes.txt b/generateds_gui_notes.txt
index 0cd90f1..ef76705 100644
--- a/generateds_gui_notes.txt
+++ b/generateds_gui_notes.txt
@@ -12,7 +12,7 @@ GenerateDS GUI Notes
 
 .. version
 
-:revision: 2.29.11
+:revision: 2.29.13
 
 .. version
 
diff --git a/gui/generateds_gui.py b/gui/generateds_gui.py
index 9193a24..9242105 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.29.11'
+VERSION = '2.29.13'
 ##VERSION##
 
 
diff --git a/librarytemplate_howto.txt b/librarytemplate_howto.txt
index a726e0e..e146266 100644
--- a/librarytemplate_howto.txt
+++ b/librarytemplate_howto.txt
@@ -8,7 +8,7 @@ How to package a generateDS.py generated library
 
 .. version
 
-:revision: 2.29.11
+:revision: 2.29.13
 
 .. version
 
diff --git a/process_includes.py b/process_includes.py
index f7ffb58..6bafd87 100755
--- 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.29.11'
+VERSION = '2.29.13'
 ##VERSION##
 
 CatalogDict = {}
diff --git a/setup.py b/setup.py
index 4e91566..3375ec3 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.29.11",
+    version="2.29.13",
 ##VERSION##
     author="Dave Kuhlman",
     author_email="dkuhlman@davekuhlman.org",
diff --git a/tutorial/generateds_tutorial.txt b/tutorial/generateds_tutorial.txt
index 4218043..ff7059c 100644
--- a/tutorial/generateds_tutorial.txt
+++ b/tutorial/generateds_tutorial.txt
@@ -11,7 +11,7 @@ generateDS -- Introduction and Tutorial
 
 .. version
 
-:revision: 2.29.11
+:revision: 2.29.13
 
 .. version
 
-- 
GitLab