Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed May 7, 2020
1 parent af9c323 commit 6dac7a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

0.25.0
===============

* Mapping types are now properly deserialize/serialize non-string hashable values


0.24.0
===============

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.24'
version = '0.25'
# The full version, including alpha/beta/rc tags.
release = '0.24.0'
release = '0.25.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@ def requirements(at_path: Path):
# ----------------------------

setup(name='typeit',
version='0.24.0',
version='0.25.0',
description='typeit brings typed data into your project',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 6dac7a7

Please sign in to comment.