Skip to content

Commit

Permalink
Revert to v0.9.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jan 26, 2017
1 parent 8c709e3 commit 07993c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HOW_TO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Time required: about an hour.
git rebase master
git push upstream stable
git checkout master
It's OK to force push to 'stable' if necessary.
We also update the stable branch with `git cherrypick` for documentation
only fixes that apply the current released version.
10. Revert ISRELEASED in setup.py back to False. Don't change the version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MAJOR = 0
MINOR = 9
MICRO = 0
ISRELEASED = True
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit 07993c9

Please sign in to comment.