Skip to content

Commit 4a5a1ca

Browse files
committed
Release 3.19.3
1 parent cdf1e61 commit 4a5a1ca

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGES.md

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

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

11+
## 3.19.3 (2026-05-04) {: #3.19.3 }
12+
13+
#### Bugfixes {: #3.19.3-bugfix }
14+
15+
- Fixed pull-through caching not checking the repository if package was not present on remote.
16+
[#1004](https://github.com/pulp/pulp_python/issues/1004)
17+
- Fixed pull-through caching failing for packages with bad names.
18+
[#1040](https://github.com/pulp/pulp_python/issues/1040)
19+
20+
---
21+
1122
## 3.19.2 (2026-04-28) {: #3.19.2 }
1223

1324
No significant changes.

CHANGES/1004.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1040.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

pulp_python/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
1212

1313
name = "pulp_python.app"
1414
label = "python"
15-
version = "3.19.3.dev"
15+
version = "3.19.3"
1616
python_package_name = "pulp-python"
1717
domain_compatible = True
1818

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-python"
10-
version = "3.19.3.dev"
10+
version = "3.19.3"
1111
description = "pulp-python plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -78,7 +78,7 @@ ignore = [
7878
[tool.bumpversion]
7979
# This section is managed by the plugin template. Do not edit manually.
8080

81-
current_version = "3.19.3.dev"
81+
current_version = "3.19.3"
8282
commit = false
8383
tag = false
8484
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)