Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Mar 11, 2023
1 parent 9bf8a70 commit 34e3c79
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2.4.1 (2023-03-11)
------------------

- senaite.core 2.4.0 → 2.4.1

https://github.com/senaite/senaite.core/releases/tag/v2.4.1

- senaite.impress 2.3.0 → 2.4.0

https://github.com/senaite/senaite.impress/releases/tag/2.4.0

- senaite.app.supermodel 2.3.0 → 2.4.0

https://github.com/senaite/senaite.app.supermodel/releases/tag/2.4.0

- senaite.app.listing 2.3.0 → 2.4.0

https://github.com/senaite/senaite.app.listing/releases/tag/2.4.0

- senaite.app.spotlight 2.3.0 → 2.4.0

https://github.com/senaite/senaite.app.spotlight/releases/tag/2.4.0

- senaite.jsonapi 2.3.0 → 2.4.0

https://github.com/senaite/senaite.jsonapi/releases/tag/2.4.0

- Plone 5.2.9 → 5.2.11

https://dist.plone.org/release/5.2.11/RELEASE-NOTES.md


2.4.0 (2023-03-10)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = "2.4.0"
version = "2.4.1"

with open("docs/About.rst", "r") as fh:
long_description = fh.read()
Expand Down Expand Up @@ -41,7 +41,7 @@
zip_safe=False,
install_requires=[
"Plone==5.2.11",
"senaite.core==2.4.0",
"senaite.core==2.4.1",
"senaite.app.listing==2.4.0",
"senaite.app.spotlight==2.4.0",
"senaite.app.supermodel==2.4.0",
Expand Down

0 comments on commit 34e3c79

Please sign in to comment.