Skip to content

Commit 768be99

Browse files
committed
Bump version to v0.5.4
1 parent 31da79f commit 768be99

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/release-workflow.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ from development comes with a tag.
66

77
General 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`)

releases.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
0.5.1
55
- SSL support
66
- Drop Python 2 support
7+
8+
0.5.4
9+
- Add API for shutting down server (abruptly & gracefully)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from distutils.command.install import install
1313

1414

15-
VERSION = '0.5.1'
15+
VERSION = '0.5.4'
1616

1717

1818
def get_tag_version():

0 commit comments

Comments
 (0)