Skip to content

Commit 4634d7a

Browse files
committed
- 1.3.0
1 parent ebcfcb2 commit 4634d7a

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

docs/build/changelog.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,31 @@ Changelog
44

55
.. changelog::
66
:version: 1.3.0
7-
:include_notes_from: unreleased
7+
:released: Wed Dec 20 2023
8+
9+
.. change::
10+
:tags: feature, region
11+
:tickets: 37
12+
13+
Added new method :meth:`.CacheRegion.get_value_metadata` which can be used
14+
to get a value from the cache along with its metadata, including timestamp
15+
of when the value was cached. The :class:`.CachedValue` object is returned
16+
which features new accessors to retrieve cached time and current age. Pull
17+
request courtesy Grégoire Deveaux.
18+
19+
20+
21+
.. change::
22+
:tags: change, setup
23+
24+
Minimum Python version is now Python 3.8; prior versions Python 3.7 and 3.6
25+
are EOL.
26+
27+
28+
.. change::
29+
:tags: change, setup
30+
31+
Project setup is now based on pep-621 ``pyproject.toml`` configuration.
832

933
.. changelog::
1034
:version: 1.2.2

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = dogpile.__version__
7676
# The full version, including alpha/beta/rc tags.
77-
release = "1.2.2"
77+
release = "1.3.0"
7878

7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/37.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/build/unreleased/38.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)