Release v1.0.3 (#491)

This commit is contained in:
Inada Naoki 2021-11-24 16:18:17 +09:00 committed by GitHub
parent e29b423de7
commit 6129789e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
1.0.3
=====
Release Date: 2021-11-24 JST
* Fix Docstring (#459)
* Fix error formatting (#463)
* Improve error message about strict_map_key (#485)
1.0.2
=====

View file

@ -1 +1 @@
version = (1, 0, 3, "rc1")
version = (1, 0, 3)