-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2023-09-23T20:44:38+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.restapi@1923bba Prepare changelog Files changed: M news/1235.breaking M news/1706.internal
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Repository: plone.rest | ||
Repository: plone.restapi | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2023-09-22T22:03:45+02:00 | ||
Date: 2023-09-23T20:44:38+02:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.rest/commit/33cbd4006c51504b75f0d959398306142fc4b7e8 | ||
Commit: https://github.com/plone/plone.restapi/commit/1923bbad9610832027b795dd8c30b7463c98a976 | ||
|
||
Use src instead of released egg | ||
Prepare changelog | ||
|
||
Files changed: | ||
M Makefile | ||
M plone-6.0.x.cfg | ||
M news/1235.breaking | ||
M news/1706.internal | ||
|
||
b'diff --git a/Makefile b/Makefile\nindex 369383b..0a28fd4 100644\n--- a/Makefile\n+++ b/Makefile\n@@ -3,7 +3,7 @@\n SHELL := /bin/bash\n CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))\n \n-version = 3.8\n+version = 3.9\n \n # We like colors\n # From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects\ndiff --git a/plone-6.0.x.cfg b/plone-6.0.x.cfg\nindex 0ec46f1..746358a 100644\n--- a/plone-6.0.x.cfg\n+++ b/plone-6.0.x.cfg\n@@ -8,5 +8,6 @@ recipe = plone.recipe.zope2instance\n zodb-temporary-storage = off\n \n [versions]\n+plone.rest =\n black = 21.7b0\n pygments = 2.14.0\n\\ No newline at end of file\n' | ||
b'diff --git a/news/1235.breaking b/news/1235.breaking\nindex c2bb9cdec..e39a53868 100644\n--- a/news/1235.breaking\n+++ b/news/1235.breaking\n@@ -1 +1 @@\n-Remove deprecated @unlock, @refresh-lock endpoints [@avoinea]\n+Remove deprecated @unlock, @refresh-lock endpoints @avoinea\ndiff --git a/news/1706.internal b/news/1706.internal\nindex 28ce56820..a6e39b91f 100644\n--- a/news/1706.internal\n+++ b/news/1706.internal\n@@ -1 +1 @@\n-- Upgrade buildout: Plone 6.0.6 -> 6.0.7 and Plone 5.2.12 -> 5.2.14 @tisto\n\\ No newline at end of file\n+Upgrade buildout: Plone 6.0.6 -> 6.0.7 and Plone 5.2.12 -> 5.2.14 @tisto\n\\ No newline at end of file\n' | ||
|