File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ from development comes with a tag.
66
77General flow
88
9- 1 . Update VERSION in setup.py from development branch and commit
10- 2 . Update releases.txt
11- 3 . Merge development into master (` git merge --no-ff development ` )
9+ 1 . Get in dev branch
10+ 2 . Update VERSION in setup.py and releases.txt file
11+ 3 . Make a commit
12+ 4 . Merge development into master (` git merge --no-ff development ` )
1213 4 . Add corresponding version as a new tag (` git tag <new_version> ` ) e.g. git tag v0.3.0
1314 5 . Push everything (` git push --tags && git push ` )
Original file line number Diff line number Diff line change 440.5.1
55- SSL support
66- Drop Python 2 support
7+
8+ 0.5.4
9+ - Add API for shutting down server (abruptly & gracefully)
Original file line number Diff line number Diff line change 1212 from distutils .command .install import install
1313
1414
15- VERSION = '0.5.1 '
15+ VERSION = '0.5.4 '
1616
1717
1818def get_tag_version ():
You can’t perform that action at this time.
0 commit comments