Skip to content

Commit

Permalink
Release 1.3.0+agos.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bibz committed Oct 21, 2020
1 parent 6032b15 commit 1655d21
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,12 @@ list_of_tuples = jsons.load(some_dict, List[Tuple[AClass, AnotherClass]])

# Meta

## Local updates

### 1.3.0+agos.1

- Bugfix: Bypass the Union types when the object can be None.

## Recent updates

### 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion jsons/_meta.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'jsons'
__version__ = '1.3.0'
__version__ = '1.3.0+agos.1'
__author__ = 'Ramon Hagenaars'
__author_email__ = 'ramon.hagenaars@gmail.com'
__description__ = 'For serializing Python objects to JSON (dicts) and back'
Expand Down

0 comments on commit 1655d21

Please sign in to comment.