Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon authored and Ramon committed May 11, 2022
1 parent c2733eb commit 0b4b777
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ list_of_tuples = jsons.load(some_dict, List[Tuple[AClass, AnotherClass]])

## Recent updates

### 1.6.2

- Bugfix: `fork_inst`s were not propagated in `default_list_deserializer` (thanks to patrickguenther).

### 1.6.1

- Bugfix: Loading dicts with hashed keys could cause an error due to being loaded twice (thanks to georgeharker).
Expand Down Expand Up @@ -182,6 +186,8 @@ list_of_tuples = jsons.load(some_dict, List[Tuple[AClass, AnotherClass]])
Special thanks to the following contributors of code, discussions or
suggestions:

[patrickguenther](https://github.com/patrickguenther),
[davetapley](https://github.com/davetapley),
[pietrodn](https://github.com/pietrodn),
[georgeharker](https://github.com/georgeharker),
[aecay](https://github.com/aecay),
Expand Down
2 changes: 1 addition & 1 deletion jsons/_package_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'jsons'
__version__ = '1.6.1'
__version__ = '1.6.2'
__author__ = 'Ramon Hagenaars'
__author_email__ = '[email protected]'
__description__ = 'For serializing Python objects to JSON (dicts) and back'
Expand Down

0 comments on commit 0b4b777

Please sign in to comment.