Skip to content

Commit 18a0836

Browse files
committed
Release 3.11.4
1 parent 24f3ac1 commit 18a0836

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGES.md

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

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

11+
## 3.11.4 (2025-02-20) {: #3.11.4 }
12+
13+
#### Bugfixes {: #3.11.4-bugfix }
14+
15+
- Fixed the JSONField specification so it doesn't break ruby bindings.
16+
See context [here](https://github.com/pulp/pulp_rpm/issues/3639).
17+
18+
#### Misc {: #3.11.4-misc }
19+
20+
-
21+
22+
---
23+
1124
# ## 3.11.3 (2024-08-21) {: #3.11.3 }
1225

1326
#### Bugfixes {: #3.11.3-bugfix }

CHANGES/+fix-any-type.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/+preliminary-md-24-support.misc

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
@@ -8,5 +8,5 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
88

99
name = "pulp_python.app"
1010
label = "python"
11-
version = "3.11.4.dev"
11+
version = "3.11.4"
1212
python_package_name = "pulp-python"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ignore = [
3131
[tool.bumpversion]
3232
# This section is managed by the plugin template. Do not edit manually.
3333

34-
current_version = "3.11.4.dev"
34+
current_version = "3.11.4"
3535
commit = false
3636
tag = false
3737
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-python",
13-
version="3.11.4.dev",
13+
version="3.11.4",
1414
description="pulp-python plugin for the Pulp Project",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)