Skip to content

Commit 7759b12

Browse files
committed
Release 3.23.0
GH Issues: 3505,3310,3514,3638,3506,3584,3595,3403,3639,3641,3394,3654,3365,3631,3590,3627,3413,3424,3404,3495,3569,3566,3645,3604,3446,3522,3541,3443,3574,3368,3570,3520,3326,3429,3407,1931,3507 [noissue]
1 parent 9745cdc commit 7759b12

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.23.0.dev
2+
current_version = 3.23.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = "3.23.0.dev"
65+
version = "3.23.0"
6666
# The full version, including alpha/beta/rc tags.
67-
release = "3.23.0.dev"
67+
release = "3.23.0"
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

pulpcore/app/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class PulpAppConfig(PulpPluginAppConfig):
233233
label = "core"
234234

235235
# The version of this app
236-
version = "3.23.0.dev"
236+
version = "3.23.0"
237237

238238
# The python package name providing this app
239239
python_package_name = "pulpcore"

setup.py

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

99
setup(
1010
name="pulpcore",
11-
version="3.23.0.dev",
11+
version="3.23.0",
1212
description="Pulp Django Application and Related Modules",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)