From f4d6b7cb750cc8d7a322f36f16ed195bccf7be7f Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 8 Jan 2025 16:18:59 +0000 Subject: [PATCH] Release 3.22.35 --- CHANGES.md | 12 ++++++++++++ pulpcore/app/apps.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7288bbfa2c..ebc1f45ffe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,18 @@ [//]: # (towncrier release notes start) +## 3.22.35 (2025-01-08) {: #3.22.35 } + +### REST API {: #3.22.35-rest-api } + +No significant changes. + +### Plugin API {: #3.22.35-plugin-api } + +No significant changes. + +--- + ## 3.22.34 (2024-11-26) {: #3.22.34 } ### REST API {: #3.22.34-rest-api } diff --git a/pulpcore/app/apps.py b/pulpcore/app/apps.py index 068829dfde..6f8cf9969d 100644 --- a/pulpcore/app/apps.py +++ b/pulpcore/app/apps.py @@ -207,7 +207,7 @@ class PulpAppConfig(PulpPluginAppConfig): label = "core" # The version of this app - version = "3.22.35.dev" + version = "3.22.35" # The python package name providing this app python_package_name = "pulpcore" diff --git a/pyproject.toml b/pyproject.toml index f855e4d99e..3be43882ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "3.22.35.dev" +current_version = "3.22.35" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" diff --git a/setup.py b/setup.py index 92ec3d068e..ee493984e2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pulpcore", - version="3.22.35.dev", + version="3.22.35", description="Pulp Django Application and Related Modules", long_description=long_description, long_description_content_type="text/markdown",