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 45b722b commit a131209Copy full SHA for a131209
CHANGES.txt
@@ -1,6 +1,18 @@
1
CHANGES
2
*******
3
4
+0.2 (unreleased)
5
+================
6
+
7
+- Nothing changed yet.
8
9
10
+push (unreleased)
11
+=================
12
13
14
15
16
0.1 (2011-06-21)
17
================
18
setup.py
@@ -8,7 +8,7 @@
# For example, a packaging bugfix release version 1.4.4 of the
# js.jquery package would be version 1.4.4-1 .
-version = '0.1'
+version = 'pushdev'
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
0 commit comments