Skip to content

Commit b85a3fb

Browse files
committed
Release 3.11.5
1 parent 1d1fb02 commit b85a3fb

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 3.11.5 (2025-04-15) {: #3.11.5 }
12+
13+
No significant changes.
14+
15+
---
16+
1117
## 3.11.4 (2025-02-20) {: #3.11.4 }
1218

1319
#### Bugfixes {: #3.11.4-bugfix }

pulp_python/app/__init__.py

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

99
name = "pulp_python.app"
1010
label = "python"
11-
version = "3.11.5.dev"
11+
version = "3.11.5"
1212
python_package_name = "pulp-python"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ignore = [
3131
[tool.bumpversion]
3232
# This section is managed by the plugin template. Do not edit manually.
3333

34-
current_version = "3.11.5.dev"
34+
current_version = "3.11.5"
3535
commit = false
3636
tag = false
3737
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

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-python",
13-
version="3.11.5.dev",
13+
version="3.11.5",
1414
description="pulp-python plugin for the Pulp Project",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)