We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0d4e6 commit 726ebf8Copy full SHA for 726ebf8
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+2.0a2 (unreleased)
5
+------------------
6
+
7
+- Nothing changed yet.
8
9
10
2.0a1 (2023-05-15)
11
------------------
12
setup.py
@@ -8,7 +8,7 @@ def read_file(name):
return f.read()
-version = '2.0a1'
+version = '2.0a2.dev0'
shortdesc = 'Cron widget for YAFOWIL'
13
longdesc = '\n\n'.join([read_file(name) for name in [
14
'README.rst',
0 commit comments