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 8c709e3 commit 07993c9Copy full SHA for 07993c9
HOW_TO_RELEASE
@@ -30,6 +30,7 @@ Time required: about an hour.
30
git rebase master
31
git push upstream stable
32
git checkout master
33
+ It's OK to force push to 'stable' if necessary.
34
We also update the stable branch with `git cherrypick` for documentation
35
only fixes that apply the current released version.
36
10. Revert ISRELEASED in setup.py back to False. Don't change the version
setup.py
@@ -10,7 +10,7 @@
10
MAJOR = 0
11
MINOR = 9
12
MICRO = 0
13
-ISRELEASED = True
+ISRELEASED = False
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15
QUALIFIER = ''
16
0 commit comments