Skip to content

Commit

Permalink
6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 7, 2023
1 parent 03d9c41 commit a0b5e59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## Unreleased

- Upgrade Plone 6.0.4 -> 6.0.7 [mamico]
- Upgrade collective.sentry 0.3.0 -> 0.3.1 [mamico]
- Fix SENTRY_MAX_LENGTH default value. [folix-01]
- Upgrade Plone 6.0.4 -> 6.0.8 [mamico]

## 20230906-01

Expand Down
10 changes: 5 additions & 5 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.7/versions.cfg
https://dist.plone.org/release/6.0.7/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.7/versions-extra.cfg
https://dist.plone.org/release/6.0.8/versions.cfg
https://dist.plone.org/release/6.0.8/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.8/versions-extra.cfg

[iocomune]
version = __CURRENT_VERSION__
Expand All @@ -16,7 +16,6 @@ zope-conf-additional =

[versions]
# plone products (maybe need to be removed when upgrading plone versions)
plone.recipe.zope2instance = 6.12.2
plone.formwidget.contenttree = 1.2.0
plone.patternslib = 1.3.0

Expand All @@ -27,7 +26,8 @@ collective.feedback = 1.0.0
collective.geolocationbehavior = 1.7.1
collective.honeypot = 2.1
collective.purgebyid = 1.2.0
collective.sentry = 0.3.1
# XXX: non aggiornare alla 0.3.1, aspettare la 0.3.2
collective.sentry = 0.3.0
collective.taxonomy = 3.0.1
collective.tiles.collection = 2.0.0
collective.venue = 4.1
Expand Down

0 comments on commit a0b5e59

Please sign in to comment.