Skip to content

Commit 5de495b

Browse files
committed
Added version
1 parent 05e6242 commit 5de495b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
*******
33

4-
(unreleased)
4+
0.1 (unreleased)
55
===============================
66

77
- Initial release.

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ This requires integration between your web framework and ``fanstatic``,
1717
and making sure that the original resources (shipped in the ``resources``
1818
directory in ``js.jqueryui_selectmenu``) are published to some URL.
1919

20-
The provided jqgrid code is licenced under MIT and GPL, the integration code
20+
The provided selectmenu code is licenced under MIT and GPL, the integration code
2121
uses a BSD Licence.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For example, a packaging bugfix release version 1.4.4 of the
99
# js.jquery package would be version 1.4.4-1 .
1010

11-
version = 'dev'
11+
version = '0.1dev'
1212

1313
def read(*rnames):
1414
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

0 commit comments

Comments
 (0)