Skip to content

Commit 8fcdc9f

Browse files
committed
Bump version: 1.23.2-rc1 → 1.23.2
1 parent df30e6f commit 8fcdc9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.23.2-rc1
2+
current_version = 1.23.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(pre|rc))(?P<build>\d+))?

Diff for: servicelayer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "1.23.2-rc1"
3+
__version__ = "1.23.2"
44

55
logging.getLogger("boto3").setLevel(logging.WARNING)
66
logging.getLogger("botocore").setLevel(logging.WARNING)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="servicelayer",
9-
version="1.23.2-rc1",
9+
version="1.23.2",
1010
description="Basic remote service functions for alephdata components",
1111
classifiers=[
1212
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)