Skip to content

Commit 07993c9

Browse files
committed
Revert to v0.9.0-dev
1 parent 8c709e3 commit 07993c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HOW_TO_RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Time required: about an hour.
3030
git rebase master
3131
git push upstream stable
3232
git checkout master
33+
It's OK to force push to 'stable' if necessary.
3334
We also update the stable branch with `git cherrypick` for documentation
3435
only fixes that apply the current released version.
3536
10. Revert ISRELEASED in setup.py back to False. Don't change the version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAJOR = 0
1111
MINOR = 9
1212
MICRO = 0
13-
ISRELEASED = True
13+
ISRELEASED = False
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515
QUALIFIER = ''
1616

0 commit comments

Comments
 (0)