-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2023-10-25T08:46:46+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.app.caching@48bab81 Preparing release 3.1.3 Files changed: M CHANGES.md M setup.py D news/122.bugfix Repository: plone.app.caching Branch: refs/heads/master Date: 2023-10-25T08:47:10+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.app.caching@298da57 Back to development: 3.1.4 Files changed: M setup.py
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
Repository: plone.staticresources | ||
Repository: plone.app.caching | ||
|
||
|
||
Branch: refs/heads/2.1.x | ||
Date: 2023-10-24T12:36:46+02:00 | ||
Author: Peter Mathis (petschki) <[email protected]> | ||
Commit: https://github.com/plone/plone.staticresources/commit/8704200706f0b59424e271150815a8b5995692ce | ||
Branch: refs/heads/master | ||
Date: 2023-10-25T08:46:46+02:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.caching/commit/48bab816f18d738064434f82546700b9d1417bda | ||
|
||
Preparing release 2.1.8 | ||
Preparing release 3.1.3 | ||
|
||
Files changed: | ||
M CHANGES.rst | ||
M CHANGES.md | ||
M setup.py | ||
D news/309.bugfix | ||
D news/122.bugfix | ||
|
||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 0572b42cf..a956e1301 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,16 @@ Changelog\n \n .. towncrier release notes start\n \n+2.1.8 (2023-10-24)\n+------------------\n+\n+Bug fixes:\n+\n+\n+- Update `mockup=5.1.6`\n+ [petschki] (#309)\n+\n+\n 2.1.7 (2023-09-19)\n ------------------\n \ndiff --git a/news/309.bugfix b/news/309.bugfix\ndeleted file mode 100644\nindex 01f2197e2..000000000\n--- a/news/309.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Update `mockup=5.1.6`\n-[petschki]\ndiff --git a/setup.py b/setup.py\nindex e3ee30c59..e17ab96ba 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.1.8.dev0",\n+ version="2.1.8",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' | ||
b'diff --git a/CHANGES.md b/CHANGES.md\nindex 340b8b7..bd233c2 100644\n--- a/CHANGES.md\n+++ b/CHANGES.md\n@@ -9,6 +9,14 @@\n \n <!-- towncrier release notes start -->\n \n+## 3.1.3 (2023-10-25)\n+\n+\n+### Bug fixes:\n+\n+- Fix `locked` component of ETag to discriminate between different locks. @JeffersonBledsoe, @davisagli #122\n+\n+\n ## 3.1.2 (2023-06-16)\n \n \ndiff --git a/news/122.bugfix b/news/122.bugfix\ndeleted file mode 100644\nindex 1b2c10f..0000000\n--- a/news/122.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix `locked` component of ETag to discriminate between different locks. @JeffersonBledsoe, @davisagli\ndiff --git a/setup.py b/setup.py\nindex 0045087..47db32f 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -3,7 +3,7 @@\n from setuptools import setup\n \n \n-version = "3.1.3.dev0"\n+version = "3.1.3"\n \n long_description = f"""\n {Path("README.md").read_text()}\\n\n' | ||
|
||
Repository: plone.staticresources | ||
Repository: plone.app.caching | ||
|
||
|
||
Branch: refs/heads/2.1.x | ||
Date: 2023-10-24T12:37:39+02:00 | ||
Author: Peter Mathis (petschki) <[email protected]> | ||
Commit: https://github.com/plone/plone.staticresources/commit/6c25779c86b57989b808dc565f739afb7a6d0e60 | ||
Branch: refs/heads/master | ||
Date: 2023-10-25T08:47:10+02:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.caching/commit/298da573f137d7ae352b044c8a80d3eaffbe5db5 | ||
|
||
Back to development: 2.1.9 | ||
Back to development: 3.1.4 | ||
|
||
Files changed: | ||
M setup.py | ||
|
||
b'diff --git a/setup.py b/setup.py\nindex e17ab96ba..e233f1e2c 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.1.8",\n+ version="2.1.9.dev0",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' | ||
b'diff --git a/setup.py b/setup.py\nindex 47db32f..193fd91 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -3,7 +3,7 @@\n from setuptools import setup\n \n \n-version = "3.1.3"\n+version = "3.1.4.dev0"\n \n long_description = f"""\n {Path("README.md").read_text()}\\n\n' | ||
|