Skip to content

Commit

Permalink
Prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jun 10, 2022
1 parent b8a2d37 commit 6531a6e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 16 deletions.
14 changes: 7 additions & 7 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ sources = sources
auto-checkout = *

[sources]
senaite.core = git git://github.com/senaite/senaite.core.git pushurl=git@github.com:senaite/senaite.core.git branch=2.x
senaite.app.listing = git git://github.com/senaite/senaite.app.listing.git pushurl=git@github.com:senaite/senaite.app.listing.git branch=2.x
senaite.app.spotlight = git git://github.com/senaite/senaite.app.spotlight.git pushurl=git@github.com:senaite/senaite.app.spotlight.git branch=2.x
senaite.app.supermodel = git git://github.com/senaite/senaite.app.supermodel.git pushurl=git@github.com:senaite/senaite.app.supermodel.git branch=2.x
senaite.impress = git git://github.com/senaite/senaite.impress.git pushurl=git@github.com:senaite/senaite.impress.git branch=2.x
senaite.jsonapi = git git://github.com/senaite/senaite.jsonapi.git pushurl=git@github.com:senaite/senaite.jsonapi.git branch=2.x
senaite.core = git https://github.com/senaite/senaite.core.git pushurl=git@github.com:senaite/senaite.core.git branch=2.x
senaite.app.listing = git https://github.com/senaite/senaite.app.listing.git pushurl=git@github.com:senaite/senaite.app.listing.git branch=2.x
senaite.app.spotlight = git https://github.com/senaite/senaite.app.spotlight.git pushurl=git@github.com:senaite/senaite.app.spotlight.git branch=2.x
senaite.app.supermodel = git https://github.com/senaite/senaite.app.supermodel.git pushurl=git@github.com:senaite/senaite.app.supermodel.git branch=2.x
senaite.impress = git https://github.com/senaite/senaite.impress.git pushurl=git@github.com:senaite/senaite.impress.git branch=2.x
senaite.jsonapi = git https://github.com/senaite/senaite.jsonapi.git pushurl=git@github.com:senaite/senaite.jsonapi.git branch=2.x

[instance]
recipe = plone.recipe.zope2instance
Expand Down Expand Up @@ -106,4 +106,4 @@ scripts = zopepy
# versions need to match the versions in requirements.txt
# https://github.com/collective/buildout.plonetest/#testing-in-travis-ci-with-multiple-versions-of-plone-and-python
setuptools = 44.1.1
zc.buildout = 2.13.3
zc.buildout = 2.13.3
30 changes: 28 additions & 2 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
2.2.0 (unreleased)
2.2.0 (2022-06-10)
------------------

- no changes yet
- senaite.core 2.1.0 → 2.2.0

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

- senaite.impress 2.1.0 → 2.2.0

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

- senaite.app.supermodel 2.1.0 → 2.2.0

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

- senaite.app.listing 2.1.0 → 2.2.0

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

- senaite.app.spotlight 2.1.0 → 2.2.0

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

- senaite.jsonapi 2.1.0 → 2.2.0

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

- Plone 5.2.6 → 5.2.7

https://dist.plone.org/release/5.2.7/RELEASE-NOTES.txt


2.1.0 (2022-01-05)
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.6",
"senaite.core>=2.1.0",
"senaite.app.listing>=2.1.0",
"senaite.app.spotlight>=2.1.0",
"senaite.app.supermodel>=2.1.0",
"senaite.impress>=2.1.0",
"senaite.jsonapi>=2.1.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 6531a6e

Please sign in to comment.