File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ from development comes with a tag.
7
7
General flow
8
8
9
9
1 . Update VERSION in setup.py from development branch and commit
10
- 2 . Merge development into master (` git merge --no-ff development ` )
11
- 3 . Add corresponding version as a new tag (` git tag <new_version> ` ) e.g. git tag v0.3.0
12
- 4 . Push everything (` git push --tags && git push ` )
10
+ 2 . Update releases.txt
11
+ 3 . Merge development into master (` git merge --no-ff development ` )
12
+ 4 . Add corresponding version as a new tag (` git tag <new_version> ` ) e.g. git tag v0.3.0
13
+ 5 . Push everything (` git push --tags && git push ` )
Original file line number Diff line number Diff line change
1
+ 0.4
2
+ - Python 2 and 3 support
3
+
4
+ 0.5.1
5
+ - SSL support
6
+ - Drop Python 2 support
You can’t perform that action at this time.
0 commit comments