Skip to content

Commit

Permalink
Release 3.22.35
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Jan 8, 2025
1 parent f0929fc commit f4d6b7c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/app/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f4d6b7c

Please sign in to comment.