diff --git a/CHANGES.rst b/CHANGES.rst index a89d356..2210081 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,15 @@ Changelog .. towncrier release notes start +4.0.2 (2021-09-08) +------------------ + +Bug fixes: + + +- Fixed issue with Publication behavior fields having different values in the baseline and working copy [ericof] (#97) + + 4.0.1 (2021-06-29) ------------------ diff --git a/news/97.bugfix b/news/97.bugfix deleted file mode 100644 index dd16af8..0000000 --- a/news/97.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed issue with Publication behavior fields having different values in the baseline and working copy [ericof] \ No newline at end of file diff --git a/setup.py b/setup.py index 091e0bd..0307be0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="plone.app.iterate", - version="4.0.2.dev0", + version="4.0.2", description="check-out/check-in staging for Plone", long_description=LONG_DESCRIPTION, classifiers=[