Skip to content

Commit

Permalink
Pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jun 11, 2022
1 parent 6531a6e commit 46e085d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.0 (2022-06-10)
2.2.0 (2022-06-11)
------------------

- senaite.core 2.1.0 → 2.2.0
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
include_package_data=True,
zip_safe=False,
install_requires=[
"Plone>=5.2.7",
"senaite.core>=2.2.0",
"senaite.app.listing>=2.2.0",
"senaite.app.spotlight>=2.2.0",
"senaite.app.supermodel>=2.2.0",
"senaite.impress>=2.2.0",
"senaite.jsonapi>=2.2.0",
"Plone==5.2.7",
"senaite.core==2.2.0",
"senaite.app.listing==2.2.0",
"senaite.app.spotlight==2.2.0",
"senaite.app.supermodel==2.2.0",
"senaite.impress==2.2.0",
"senaite.jsonapi==2.2.0",
"setuptools",
],
extras_require={
Expand Down

0 comments on commit 46e085d

Please sign in to comment.