Skip to content

Commit

Permalink
- 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Apr 26, 2023
1 parent e3187d8 commit a9e7e9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
14 changes: 13 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ Changelog

.. changelog::
:version: 1.2.0
:include_notes_from: unreleased
:released: Wed Apr 26 2023

.. change::
:tags: feature, region
:tickets: 236

Added new construct :class:`.api.CantDeserializeException` which can be
raised by user-defined deserializer functions which would be passed to
:paramref:`.CacheRegion.deserializer`, to indicate a cache value that can't
be deserialized and therefore should be regenerated. This can allow an
application that's been updated to gracefully re-cache old items that were
persisted from a previous version of the application. Pull request courtesy
Simon Hewitt.

.. changelog::
:version: 1.1.8
Expand Down
2 changes: 1 addition & 1 deletion docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = dogpile.__version__
# The full version, including alpha/beta/rc tags.
release = "1.1.8"
release = "1.2.0"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
11 changes: 0 additions & 11 deletions docs/build/unreleased/236.rst

This file was deleted.

0 comments on commit a9e7e9d

Please sign in to comment.