summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2020-03-14 14:59:45 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2020-03-14 14:59:45 +0000
commit0e9f67b9683bf2c8c82edb4e511d9b2c7708d900 (patch)
treeee8e24ddba06748a543aec3f21163217eb1f98da /python
parent26d31fa7c34019fad9038addf8114bbb4b656c92 (diff)
downloadsubunit-git-0e9f67b9683bf2c8c82edb4e511d9b2c7708d900.tar.gz
Release 1.4.0.1.4.0
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
Diffstat (limited to 'python')
-rw-r--r--python/subunit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py
index 81b773c..17a970a 100644
--- a/python/subunit/__init__.py
+++ b/python/subunit/__init__.py
@@ -153,7 +153,7 @@ from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).
-__version__ = (1, 3, 0, 'final', 0)
+__version__ = (1, 4, 0, 'final', 0)
PROGRESS_SET = 0
PROGRESS_CUR = 1