Skip to content

Commit

Permalink
Prepare version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jul 24, 2021
1 parent 60a2e94 commit ce0f165
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
24 changes: 24 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
1.3.5 (2021-07-24)
------------------

- senaite.core 1.3.4 → 1.3.5

https://github.com/senaite/senaite.core/releases/tag/v1.3.5

- senaite.impress 1.2.4 → 1.2.5

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

- senaite.core.supermodel 1.2.4 → 1.2.5

https://github.com/senaite/senaite.core.supermodel/releases/tag/1.2.5

- senaite.core.listing 1.5.2 → 1.5.3

https://github.com/senaite/senaite.core.listing/releases/tag/1.5.3

- senaite.core.spotlight 1.0.3 → 1.0.4

https://github.com/senaite/senaite.core.spotlight/releases/tag/1.0.4


1.3.4 (2020-08-11)
------------------

Expand Down
15 changes: 8 additions & 7 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 = "1.3.4"
version = "1.3.5"

with open("docs/About.rst", "r") as fh:
long_description = fh.read()
Expand Down Expand Up @@ -40,12 +40,13 @@
include_package_data=True,
zip_safe=False,
install_requires=[
"senaite.core>=1.3.4",
"senaite.core<1.4.0",
"senaite.core.listing>=1.5.2",
"senaite.core.spotlight>=1.0.3",
"senaite.impress>=1.2.4",
"senaite.jsonapi>=1.2.3",
"senaite.core==1.3.5",
"senaite.core.listing==1.5.3",
"senaite.core.spotlight==1.0.4",
"senaite.impress==1.2.5",
"senaite.jsonapi==1.2.4",
"Plone>=4.3.20",
"Plone<5",
"setuptools",
],
extras_require={
Expand Down

0 comments on commit ce0f165

Please sign in to comment.