File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
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.3 (2025-04-07) {: #3 .13.3 }
12
+
13
+ #### Bugfixes {: #3 .13.3-bugfix }
14
+
15
+ - Fixed a proxy sync regression introduced in 3.13.0.
16
+
17
+ ---
18
+
11
19
## 3.13.2 (2025-02-20) {: #3 .13.2 }
12
20
13
21
#### Misc {: #3 .13.2-misc }
Load Diff This file was deleted.
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.3.dev "
13
+ version = "3.13.3"
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.3.dev "
10
+ version = " 3.13.3"
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.3.dev "
80
+ current_version = " 3.13.3"
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