From 87ed3c46a0b697e361bf79701445e0ea0df123ad Mon Sep 17 00:00:00 2001 From: Gavin Date: Thu, 28 Apr 2022 13:00:22 -0700 Subject: [PATCH] Merge versions to 1.3.4 1.3.4 was never deployed to CI, let alone prod,, so no need for another version bump --- RELEASE_NOTES.md | 4 +--- staging_service/app.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fc8866e7..9838b5b3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,6 @@ -### Version 1.3.5 +### Version 1.3.4 - Alter the behavior of the bulk specification file writers to return an error if the input `types` parameter is empty. - -### Version 1.3.4 - Fixed a bug in the csv/tsv bulk specification parser that would case a failure if the first header of a file had trailing separators. This occurs if a csv/tsv file is opened and saved by Excel. diff --git a/staging_service/app.py b/staging_service/app.py index 25dda8eb..7d6b858d 100644 --- a/staging_service/app.py +++ b/staging_service/app.py @@ -34,7 +34,7 @@ logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) routes = web.RouteTableDef() -VERSION = "1.3.5" +VERSION = "1.3.4" _DATATYPE_MAPPINGS = None