Skip to content

Commit e3f1d19

Browse files
committed
v0.9.8
1 parent 93c2bd6 commit e3f1d19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ pip install black bandit pylint flake8 # vscode tooling
212212
in the `scripts` folder:
213213

214214
* run `make -C deps-docker` to build all dependencies
215+
* `git tag v1.2.3 && git push origin --tags`
215216
* create github release with `make-tgz-release.sh`
216217
* upload to pypi with `make-pypi-release.(sh|bat)`
217218
* create sfx with `make-sfx.sh`

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (0, 9, 7)
3+
VERSION = (0, 9, 8)
44
CODENAME = "the strongest music server"
5-
BUILD_DT = (2021, 3, 8)
5+
BUILD_DT = (2021, 3, 15)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

0 commit comments

Comments
 (0)