File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
11
+ ## 3.13.1 (2025-02-11) {: #3 .13.1 }
12
+
13
+ No significant changes.
14
+
15
+ ---
16
+
11
17
## 3.13.0 (2025-02-05) {: #3 .13.0 }
12
18
13
19
#### Features {: #3 .13.0-feature }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
11
11
name = "pulp_python.app"
12
12
label = "python"
13
- version = "3.13.1.dev "
13
+ version = "3.13.1"
14
14
python_package_name = "pulp-python"
15
15
domain_compatible = True
16
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
7
7
8
8
[project ]
9
9
name = " pulp-python"
10
- version = " 3.13.1.dev "
10
+ version = " 3.13.1"
11
11
description = " pulp-python plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -77,7 +77,7 @@ ignore = [
77
77
[tool .bumpversion ]
78
78
# This section is managed by the plugin template. Do not edit manually.
79
79
80
- current_version = " 3.13.1.dev "
80
+ current_version = " 3.13.1"
81
81
commit = false
82
82
tag = false
83
83
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments