Skip to content

Commit 28010a8

Browse files
committed
Release 3.6.0-b2.post3
1 parent 4efd152 commit 28010a8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.6.0-b2.post2
2+
current_version = 3.6.0-b2.post3
33
commit = False
44
tag = False
55
allow_dirty = False

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ max-line-length = 120
88

99
[sdist_dsc]
1010
# Force the version to use `~` before any prerelease identifiers
11-
forced-upstream-version = 3.6.0-b2.post2
11+
forced-upstream-version = 3.6.0-b2.post3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="dsf-python",
9-
version="3.6.0-b2.post2",
9+
version="3.6.0-b2.post3",
1010
description="Python interface to access DuetSoftwareFramework",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

src/dsf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.6.0-b2.post2"
1+
__version__ = "3.6.0-b2.post3"
22

33
# path to unix socket file
44
SOCKET_FILE = "/run/dsf/dcs.sock"

0 commit comments

Comments
 (0)