Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 920badb

Browse files
committed
Release 1.15.1
GH Issues: [noissue]
1 parent 0c52d1a commit 920badb

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 = 1.15.1.dev
2+
current_version = 1.15.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
@@ -74,9 +74,9 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = "1.15.1.dev"
77+
version = "1.15.1"
7878
# The full version, including alpha/beta/rc tags.
79-
release = "1.15.1.dev"
79+
release = "1.15.1"
8080

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

pulp_file/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig):
88

99
name = "pulp_file.app"
1010
label = "file"
11-
version = "1.15.1.dev"
11+
version = "1.15.1"
1212
python_package_name = "pulp-file"
1313
domain_compatible = True

setup.py

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

1111
setup(
1212
name="pulp-file",
13-
version="1.15.1.dev",
13+
version="1.15.1",
1414
description="File plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)