Skip to content

Commit

Permalink
[fc] Repository: plone.app.widgets
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-07-11T12:24:25+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: plone/plone.app.widgets@13eab0a

Preparing release 5.0.0

Files changed:
M CHANGES.rst
M setup.py
D news/220.breaking
Repository: plone.app.widgets

Branch: refs/heads/master
Date: 2023-07-11T12:25:01+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: plone/plone.app.widgets@061ab0b

Back to development: 5.0.1

Files changed:
M setup.py
  • Loading branch information
thet committed Jul 11, 2023
1 parent 83484e7 commit 21390bd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Repository: plone.app.widgets


Branch: refs/heads/master
Date: 2023-07-11T12:24:25+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: https://github.com/plone/plone.app.widgets/commit/13eab0a4220e34b5fb96a1239b515ce58cc3d38e

Preparing release 5.0.0

Files changed:
M CHANGES.rst
M setup.py
D news/220.breaking

b"diff --git a/CHANGES.rst b/CHANGES.rst\nindex 4775ef5d..049e8ade 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,17 @@ Changelog\n \n .. towncrier release notes start\n \n+5.0.0 (2023-07-11)\n+------------------\n+\n+Breaking changes:\n+\n+\n+- Make this package deprecated. Widget base classes moved to ``plone.app.z3cform.widgets.patterns``.\n+ Also see ``plone.app.widgets.utils`` for information about moving utility methods to their new location.\n+ [petschki] (#220)\n+\n+\n 4.0.1 (2023-02-22)\n ------------------\n \ndiff --git a/news/220.breaking b/news/220.breaking\ndeleted file mode 100644\nindex 2f4b6f7f..00000000\n--- a/news/220.breaking\n+++ /dev/null\n@@ -1,3 +0,0 @@\n-Make this package deprecated. Widget base classes moved to ``plone.app.z3cform.widgets.patterns``.\n-Also see ``plone.app.widgets.utils`` for information about moving utility methods to their new location.\n-[petschki]\ndiff --git a/setup.py b/setup.py\nindex 03456d27..189e69dd 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -1,6 +1,6 @@\n from setuptools import setup, find_packages\n \n-version = '4.0.2.dev0'\n+version = '5.0.0'\n \n setup(\n name='plone.app.widgets',\n"

Repository: plone.app.widgets


Branch: refs/heads/master
Date: 2023-07-11T12:25:01+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: https://github.com/plone/plone.app.widgets/commit/061ab0b10a6edb4ff7ac73978cfd935249dc1c05

Back to development: 5.0.1

Files changed:
M setup.py

b"diff --git a/setup.py b/setup.py\nindex 189e69dd..652ebc26 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -1,6 +1,6 @@\n from setuptools import setup, find_packages\n \n-version = '5.0.0'\n+version = '5.0.1.dev0'\n \n setup(\n name='plone.app.widgets',\n"

0 comments on commit 21390bd

Please sign in to comment.