Skip to content

Commit feb2bb8

Browse files
committed
Bump version to 3.6.0
1 parent 33e4af7 commit feb2bb8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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-rc.3
2+
current_version = 3.6.0
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-rc.3
11+
forced-upstream-version = 3.6.0

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-rc.3",
9+
version="3.6.0",
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-rc.3"
1+
__version__ = "3.6.0"
22

33
import json
44
import os

0 commit comments

Comments
 (0)