Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Feb 6, 2025
1 parent ff788f4 commit 6e6ba90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

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

## 0.8.2 (2025-02-06) {: #0.8.2 }

No significant changes.

---

## 0.8.1 (2024-06-20) {: #0.8.1 }


Expand Down
2 changes: 1 addition & 1 deletion pulp_maven/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ class PulpMavenPluginAppConfig(PulpPluginAppConfig):

name = "pulp_maven.app"
label = "maven"
version = "0.8.2.dev"
version = "0.8.2"
python_package_name = "pulp-maven"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ignore = [
[tool.bumpversion]
# This section is managed by the plugin template. Do not edit manually.

current_version = "0.8.2.dev"
current_version = "0.8.2"
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="pulp-maven",
version="0.8.2.dev",
version="0.8.2",
description="pulp-maven plugin for the Pulp Project",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 6e6ba90

Please sign in to comment.