Skip to content

Commit 987c1c1

Browse files
committed
Release 3.12.0
1 parent 6905b28 commit 987c1c1

File tree

11 files changed

+33
-11
lines changed

11 files changed

+33
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.12.0.dev
2+
current_version = 3.12.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

CHANGES.md

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

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

11+
## 3.12.0 (2024-06-25) {: #3.12.0 }
12+
13+
14+
#### Features {: #3.12.0-feature }
15+
16+
- Added RBAC support.
17+
[#399](https://github.com/pulp/pulp_python/issues/399)
18+
- Added Pulp replication support for Python distributions.
19+
[#648](https://github.com/pulp/pulp_python/issues/648)
20+
- Added Domain support.
21+
[#668](https://github.com/pulp/pulp_python/issues/668)
22+
23+
#### Bugfixes {: #3.12.0-bugfix }
24+
25+
- Fixed tls_validation not being disabled when set to false on the remote.
26+
[#653](https://github.com/pulp/pulp_python/issues/653)
27+
28+
#### Deprecations and Removals {: #3.12.0-removal }
29+
30+
- Raised the minimum `pulpcore` bound to `>=3.49` and dropped support for `python 3.8`.
31+
[#pulpcore](https://github.com/pulp/pulp_python/issues/pulpcore)
32+
33+
#### Misc {: #3.12.0-misc }
34+
35+
-
36+
37+
---
38+
1139
## 3.11.1 (2024-04-11) {: #3.11.1 }
1240

1341
### Bugfixes

CHANGES/+new-docs-ci.misc

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

CHANGES/399.feature

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

CHANGES/648.feature

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

CHANGES/653.bugfix

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

CHANGES/668.feature

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

CHANGES/pulpcore.removal

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "3.12.0.dev"
59+
version = "3.12.0"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "3.12.0.dev"
61+
release = "3.12.0"
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

pulp_python/app/__init__.py

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

1111
name = "pulp_python.app"
1212
label = "python"
13-
version = "3.12.0.dev"
13+
version = "3.12.0"
1414
python_package_name = "pulp-python"
1515
domain_compatible = True
1616

0 commit comments

Comments
 (0)