Skip to content

Commit a564447

Browse files
committed
Bump version to 1.5.1
1 parent 5a6e666 commit a564447

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

33
* Unreleased
4+
* 1.5.1 (2022-12-04)
45
* Add `examples/*.py` to demonstrate how to use `SchemaGenerator` as a
56
library.
67
* Update README.md to state that `bq load --autodetect` uses the first
78
500 records. Previously, it scanned only the 100 records.
9+
* This is a maintenance release with no new features or bug fixes.
810
* 1.5 (2021-11-14)
911
* Make the column order in the BQ schema file match the order of appearance
1012
in the JSON data file using the `--preserve_input_sort_order` flag.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ generate-schema < file.data.json > file.schema.json
1515
$ generate-schema --input_format csv < file.data.csv > file.schema.json
1616
```
1717

18-
**Version**: 1.5 (2021-11-14)
18+
**Version**: 1.5.1 (2022-12-04)
1919

2020
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
2121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5'
1+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)