Skip to content

Commit 33e4af7

Browse files
committed
Bump version to 3.6.0-rc.3
1 parent a44e6c3 commit 33e4af7

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

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

33
import json
44
import os

0 commit comments

Comments
 (0)