Skip to content

Commit 0283319

Browse files
committed
Changelog
1 parent 010f63b commit 0283319

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Changes
22
=======
33

4-
2.0 (unreleased)
5-
----------------
4+
2.0a1 (unreleased)
5+
------------------
6+
7+
- Add ``webresource`` support.
8+
[rnix]
69

710
- Extend JS by ``cron_on_array_add`` and ``register_array_subscribers``
811
functions to enable usage in ``yafowil.widget.array``.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read_file(name):
88
return f.read()
99

1010

11-
version = '2.0.dev0'
11+
version = '2.0a1.dev0'
1212
shortdesc = 'Cron widget for YAFOWIL'
1313
longdesc = '\n\n'.join([read_file(name) for name in [
1414
'README.rst',

0 commit comments

Comments
 (0)