We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eee6ce commit 9d25687Copy full SHA for 9d25687
docs/HISTORY.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+2.0.0a2 (unreleased)
5
+--------------------
6
+
7
+- Nothing changed yet.
8
9
10
2.0.0a1 (2023-02-20)
11
--------------------
12
setup.py
@@ -7,7 +7,7 @@
def read(*paths):
return open(os.path.join(os.path.dirname(__file__), *paths)).read()
-version = '2.0.0a1'
+version = '2.0.0a2.dev0'
tests_require = [
13
'plone.app.dexterity',
0 commit comments