Skip to content

Commit 60f8b80

Browse files
committed
prep for 0.10.0
1 parent 3b0a4b5 commit 60f8b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release-checklist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* make sure appropriate ..versionadded:: directives are present
44
* make sure docs are up to date
55
* check coverage
6-
* cd docs; make html -- check that there are no warnings
6+
* cd doc; make html -- check that there are no warnings
77
* check MANIFEST.in
88
* update zs/version.py
99
* make sure there are no uncommitted changes

zs/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.9.0-dev"
23+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)