Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
This is 0.8.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Mar 2, 2020
1 parent c5abc2f commit dbcffea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Releases

*Unreleased*

- Rename ``BaseField`` to ``_Base``.
- Rename ``BaseField`` to ``_Base``. (`c5abc2f`_)
- Add ``frozenset`` to FIELD_CLASS_MAP. (`24d7c0e`_)
- Add ``Flatten`` field. (`9c740a5`_)
- Improve ``Uuid`` field normalization. (`34783b0`_)
Expand All @@ -16,6 +16,7 @@ Releases
- Completely rework error handling. (`c95b6b3`_)
- Make ``Tag.lookup_tag`` default to module + qualname. (`26963d6`_)

.. _c5abc2f: https://github.com/rossmacarthur/serde/commit/c5abc2f1d36e9c0857dc1ea65e4536be4c7397ef
.. _26963d6: https://github.com/rossmacarthur/serde/commit/26963d65b45229db50444665a3160bd0f1358421
.. _c95b6b3: https://github.com/rossmacarthur/serde/commit/c95b6b329125164e3301a7e43292c7a858d5e34f
.. _2a54886: https://github.com/rossmacarthur/serde/commit/2a548865106b1cfc98f5dea8bf00084f62e6334e
Expand Down
2 changes: 1 addition & 1 deletion src/serde/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ['Model', 'ValidationError', 'fields', 'tags', 'validators']
__title__ = 'serde'
__version__ = '0.8.0-beta.1'
__version__ = '0.8.0-beta.2'
__url__ = 'https://github.com/rossmacarthur/serde'
__author__ = 'Ross MacArthur'
__author_email__ = 'ross@macarthur.io'
Expand Down

0 comments on commit dbcffea

Please sign in to comment.