Skip to content

Commit 1470106

Browse files
committed
Release 3.11.7
1 parent c10aeb2 commit 1470106

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.7 (2025-11-18) {: #3.11.7 }
12+
13+
No significant changes.
14+
15+
---
16+
1117
## 3.11.6 (2025-07-23) {: #3.11.6 }
1218

1319
No significant changes.

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.7.dev"
11+
version = "3.11.7"
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.7.dev"
34+
current_version = "3.11.7"
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.7.dev",
13+
version="3.11.7",
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)