Skip to content

Commit

Permalink
Release 3.28.36
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Jan 10, 2025
1 parent b8bb5df commit 34e02c5
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.28.36 (2025-01-10) {: #3.28.36 }

### REST API {: #3.28.36-rest-api }

No significant changes.

### Plugin API {: #3.28.36-plugin-api }

No significant changes.

---

## 3.28.35 (2024-11-26) {: #3.28.35 }

### REST API {: #3.28.35-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 @@ -234,7 +234,7 @@ class PulpAppConfig(PulpPluginAppConfig):
label = "core"

# The version of this app
version = "3.28.36.dev"
version = "3.28.36"

# 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.28.36.dev"
current_version = "3.28.36"
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.28.36.dev",
version="3.28.36",
description="Pulp Django Application and Related Modules",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 34e02c5

Please sign in to comment.