File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-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.19.0 (2025-08-26) {: #3 .19.0 }
12
+
13
+ #### Features {: #3 .19.0-feature }
14
+
15
+ - Added a synchronous upload API.
16
+ [ #933 ] ( https://github.com/pulp/pulp_python/issues/933 )
17
+
18
+ ---
19
+
11
20
## 3.18.0 (2025-08-13) {: #3 .18.0 }
12
21
13
22
#### Features {: #3 .18.0-feature }
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.19.0.dev "
13
+ version = "3.19.0"
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.19.0.dev "
10
+ version = " 3.19.0"
11
11
description = " pulp-python plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -76,7 +76,7 @@ ignore = [
76
76
[tool .bumpversion ]
77
77
# This section is managed by the plugin template. Do not edit manually.
78
78
79
- current_version = " 3.19.0.dev "
79
+ current_version = " 3.19.0"
80
80
commit = false
81
81
tag = false
82
82
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