Skip to content

Commit

Permalink
Release 3.6.0-b2.post3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEveritt committed Dec 10, 2024
1 parent 4efd152 commit 28010a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.6.0-b2.post2
current_version = 3.6.0-b2.post3
commit = False
tag = False
allow_dirty = False
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ max-line-length = 120

[sdist_dsc]
# Force the version to use `~` before any prerelease identifiers
forced-upstream-version = 3.6.0-b2.post2
forced-upstream-version = 3.6.0-b2.post3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="dsf-python",
version="3.6.0-b2.post2",
version="3.6.0-b2.post3",
description="Python interface to access DuetSoftwareFramework",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/dsf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.6.0-b2.post2"
__version__ = "3.6.0-b2.post3"

# path to unix socket file
SOCKET_FILE = "/run/dsf/dcs.sock"
Expand Down

0 comments on commit 28010a8

Please sign in to comment.