Skip to content

Commit 80be715

Browse files
committed
Release 3.26.1
GH Issues: 3876 [noissue]
1 parent 6de100f commit 80be715

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.26.1.dev
2+
current_version = 3.26.1
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
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = "3.26.1.dev"
66+
version = "3.26.1"
6767
# The full version, including alpha/beta/rc tags.
68-
release = "3.26.1.dev"
68+
release = "3.26.1"
6969

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

pulpcore/app/apps.py

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

236236
# The version of this app
237-
version = "3.26.1.dev"
237+
version = "3.26.1"
238238

239239
# The python package name providing this app
240240
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.26.1.dev",
11+
version="3.26.1",
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)