File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ github.com/deis/deis Repo
3636 click "Edit".
3737- Commit and push the deis/deis release and tag
3838 * remove "-dev" from __version__ fields in Python packages
39+ * remove "-dev" from Version constant in version/version.go
3940 * ``git commit -a -m 'Updated for vX.Y.Z release.' ``
4041 * ``git push origin release ``
4142 * ``git tag vX.Y.Z ``
@@ -53,6 +54,7 @@ github.com/deis/deis Repo
5354- Switch master to upcoming release
5455 * ``git checkout master ``
5556 * update __version__ fields in Python packages to *next * version + "-dev"
57+ * update Version constant in version/version.go to *next * version + "-dev"
5658 * ``git commit -a -m 'Switch master to vA.B.C.' `` (**next ** version)
5759 * ``git push origin master ``
5860
Original file line number Diff line number Diff line change 1+ package version
2+
3+ const Version = "0.12.0-dev"
You can’t perform that action at this time.
0 commit comments