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 010f63b commit 0283319Copy full SHA for 0283319
CHANGES.rst
@@ -1,8 +1,11 @@
1
Changes
2
=======
3
4
-2.0 (unreleased)
5
-----------------
+2.0a1 (unreleased)
+------------------
6
+
7
+- Add ``webresource`` support.
8
+ [rnix]
9
10
- Extend JS by ``cron_on_array_add`` and ``register_array_subscribers``
11
functions to enable usage in ``yafowil.widget.array``.
setup.py
@@ -8,7 +8,7 @@ def read_file(name):
return f.read()
-version = '2.0.dev0'
+version = '2.0a1.dev0'
12
shortdesc = 'Cron widget for YAFOWIL'
13
longdesc = '\n\n'.join([read_file(name) for name in [
14
'README.rst',
0 commit comments