Skip to content

Commit a016ce4

Browse files
committed
Bump version to 1.6.1
1 parent a7646e6 commit a016ce4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
* Unreleased
4+
* 1.6.1 (2024-01-12)
45
* **Bug Fix**: Prevent amnesia that causes multiple type mismatches warnings
56
* If a data set contains multiple records with a column which do not
67
match each other, then the old code would *remove* the corresponding

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.6.0 (2023-04-01)
18+
**Version**: 1.6.1 (2024-01-12)
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.6.0'
1+
__version__ = '1.6.1'

0 commit comments

Comments
 (0)