Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge versions to 1.3.4 #172

Merged
merged 1 commit into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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