Skip to content

Commit ee31a87

Browse files
committed
Post 0.3.0 updates
1 parent 16fbb70 commit ee31a87

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

patsy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# "foo", which is what we want for a dev version. (Compare to "foo.dev0",
2121
# which sorts *before* "foo".)
2222

23-
__version__ = "0.3.0"
23+
__version__ = "0.3.0-dev"

release-checklist.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
* make sure there are no uncommitted changes
1010
* clone a clean source directory (so as to get a clean checkout
1111
without killing the expensive-to-recreate .tox dir)
12-
* python sdist --formats=zip
12+
* python setup.py sdist --formats=zip
1313
* unzip sdist to a clean directory, and run tox in it
14-
* in original directory: git tag <version> && git push --tags
15-
* in clean clone: python sdist --formats=zip && python setup.py bdist_wheel
16-
* twine upload dist/*.zip
14+
* in original directory: git tag v<version> && git push --tags
15+
* in clean clone: python setup.py sdist --formats=zip && python setup.py bdist_wheel
16+
* twine upload dist/*.zip dist/*.whl
1717
* Go to http://readthedocs.org/dashboard/patsy/versions/, set the new
1818
version to build and update the default.
1919
* announce release on:

0 commit comments

Comments
 (0)