Skip to content

Commit

Permalink
Merge versions to 1.3.4
Browse files Browse the repository at this point in the history
1.3.4 was never deployed to CI, let alone prod,, so no need for another
version bump
  • Loading branch information
MrCreosote committed Apr 28, 2022
1 parent d1eb1d0 commit 87ed3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion staging_service/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87ed3c4

Please sign in to comment.