diff --git a/last_commit.txt b/last_commit.txt index b6ebbce4c9..2fe5ce27a3 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,32 +1,34 @@ -Repository: plone.schema +Repository: plone.autoform Branch: refs/heads/master -Date: 2018-06-23T10:47:12+02:00 -Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.schema/commit/edc48a55c90fbd01dae459c8e4f554ac494f1b67 +Date: 2018-06-23T15:48:16+01:00 +Author: Daniel Jowett (djowett) +Commit: https://github.com/plone/plone.autoform/commit/a44d3bb9330b1e1c4a4c61142d6607b5acc8173b -Preparing release 1.1.0 +Remove reference to grok for autoform.rst + +This is the same change made to README.txt in https://github.com/plone/plone.autoform/commit/689cdfb416ae2adf33062335a836cf2c3621822f#diff-26fd799ea07494916e9da9b91b2aac64 Files changed: -M CHANGES.rst -M setup.py +M plone/autoform/autoform.rst -b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 307441f..40f6fe4 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -1,4 +1,4 @@\n-1.0.1 (unreleased)\n+1.1.0 (2018-06-23)\n ------------------\n \n New Features:\ndiff --git a/setup.py b/setup.py\nindex 006d564..4bf7ddf 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -1,6 +1,6 @@\n from setuptools import setup, find_packages\n \n-version = \'1.0.1.dev0\'\n+version = \'1.1.0\'\n \n long_description = open("README.rst").read() + "\\n" + \\\n open("CHANGES.rst").read()\n' +b"diff --git a/plone/autoform/autoform.rst b/plone/autoform/autoform.rst\nindex 6ad8db9..6251cf8 100644\n--- a/plone/autoform/autoform.rst\n+++ b/plone/autoform/autoform.rst\n@@ -26,7 +26,8 @@ There are several ways to set the form data:\n * By loading the schema from a plone.supermodel XML file. This package\n provides a schema handler for the 'form' prefix that can be used to\n incorporate form hints. See supermodel.txt for details.\n-* By using the grok directives in the plone.directives.form package.\n+* By using the directives from ``plone.autoform.directives`` while defining\n+ a schema in Python.\n \n For the purposes of this test, we'll set the form data manually.\n \n" -Repository: plone.schema +Repository: plone.autoform Branch: refs/heads/master -Date: 2018-06-23T10:48:16+02:00 -Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.schema/commit/58b2a4e1cad97a548f17573eed408e4b5f05a48c +Date: 2018-06-23T17:43:40+02:00 +Author: David Glick (davisagli) +Commit: https://github.com/plone/plone.autoform/commit/a6f17b0f32794772b7649b8eb779af91277aa39d + +Merge pull request #35 from jowent/djowett-patch-1 -Back to development: 1.1.1 +Remove reference to grok for autoform.rst Files changed: -M CHANGES.rst -M setup.py +M plone/autoform/autoform.rst -b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 40f6fe4..0401794 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -1,3 +1,19 @@\n+1.1.1 (unreleased)\n+------------------\n+\n+Breaking changes:\n+\n+- *add item here*\n+\n+New features:\n+\n+- *add item here*\n+\n+Bug fixes:\n+\n+- *add item here*\n+\n+\n 1.1.0 (2018-06-23)\n ------------------\n \ndiff --git a/setup.py b/setup.py\nindex 4bf7ddf..331746e 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -1,6 +1,6 @@\n from setuptools import setup, find_packages\n \n-version = \'1.1.0\'\n+version = \'1.1.1.dev0\'\n \n long_description = open("README.rst").read() + "\\n" + \\\n open("CHANGES.rst").read()\n' +b"diff --git a/plone/autoform/autoform.rst b/plone/autoform/autoform.rst\nindex 6ad8db9..6251cf8 100644\n--- a/plone/autoform/autoform.rst\n+++ b/plone/autoform/autoform.rst\n@@ -26,7 +26,8 @@ There are several ways to set the form data:\n * By loading the schema from a plone.supermodel XML file. This package\n provides a schema handler for the 'form' prefix that can be used to\n incorporate form hints. See supermodel.txt for details.\n-* By using the grok directives in the plone.directives.form package.\n+* By using the directives from ``plone.autoform.directives`` while defining\n+ a schema in Python.\n \n For the purposes of this test, we'll set the form data manually.\n \n"