Skip to content

Commit 1b491fd

Browse files
committed
Release 3.22.0
GH Issues: 3396,3266,3313,3235,3409,3319,3461,2054,3391,3263,2785,3232,3400,3124,3238,3081,2825,3204,3244,3340,3299,3430,3260,3417,3061,3370,2417,3016,3192,3187,3280,2997,3213,3342,3398,1949,3334,3333,3284,2967,3436,3351,3468,3138,3323 [noissue]
1 parent 0af0207 commit 1b491fd

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.22.0.dev
2+
current_version = 3.22.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.22.0.dev"
65+
version = "3.22.0"
6666
# The full version, including alpha/beta/rc tags.
67-
release = "3.22.0.dev"
67+
release = "3.22.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
@@ -207,7 +207,7 @@ class PulpAppConfig(PulpPluginAppConfig):
207207
label = "core"
208208

209209
# The version of this app
210-
version = "3.22.0.dev"
210+
version = "3.22.0"
211211

212212
# The python package name providing this app
213213
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.22.0.dev",
11+
version="3.22.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)