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