Skip to content

Commit c9ad220

Browse files
committed
Add releases
1 parent 7b5b13e commit c9ad220

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/release.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ from development comes with a tag.
77
General flow
88

99
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`)

releases.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
0.4
2+
- Python 2 and 3 support
3+
4+
0.5.1
5+
- SSL support
6+
- Drop Python 2 support

0 commit comments

Comments
 (0)