Skip to content

Commit 255e2c6

Browse files
committed
Release 0.28.3
1 parent b6cefc8 commit 255e2c6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGES.md

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

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

11+
## 0.28.3 (2026-01-27) {: #0.28.3 }
12+
13+
#### Bugfixes {: #0.28.3-bugfix }
14+
15+
- Exclude some bloated fields by default from the collection version views.
16+
17+
---
18+
1119
## 0.28.2 (2026-01-26) {: #0.28.2 }
1220

1321
#### Bugfixes {: #0.28.2-bugfix }

CHANGES/+cv_list_oom.bugfix

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

pulp_ansible/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class PulpAnsiblePluginAppConfig(PulpPluginAppConfig):
88

99
name = "pulp_ansible.app"
1010
label = "ansible"
11-
version = "0.28.3.dev"
11+
version = "0.28.3"
1212
python_package_name = "pulp-ansible"
1313
domain_compatible = True

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-ansible"
10-
version = "0.28.3.dev"
10+
version = "0.28.3"
1111
description = "Pulp plugin to manage Ansible content, e.g. roles"
1212
readme = "README.rst"
1313
authors = [
@@ -99,7 +99,7 @@ ignore = [
9999
[tool.bumpversion]
100100
# This section is managed by the plugin template. Do not edit manually.
101101

102-
current_version = "0.28.3.dev"
102+
current_version = "0.28.3"
103103
commit = false
104104
tag = false
105105
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)