Skip to content

Commit 0c16a55

Browse files
committed
Release 0.7.1
1 parent a4c2ef5 commit 0c16a55

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES.md

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

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

11+
## 0.7.1 (2025-03-28) {: #0.7.1 }
12+
13+
#### Misc {: #0.7.1-misc }
14+
15+
-
16+
17+
---
18+
1119
## 0.7.0 (2025-03-18) {: #0.7.0 }
1220

1321
#### Bugfixes {: #0.7.0-bugfix }

CHANGES/+pytest_plugin.misc

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

pulp_gem/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class PulpGemPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_gem.app"
88
label = "gem"
9-
version = "0.7.1.dev"
9+
version = "0.7.1"
1010
python_package_name = "pulp-gem"
1111
domain_compatible = True

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-gem"
10-
version = "0.7.1.dev"
10+
version = "0.7.1"
1111
description = "Gemfile plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -47,7 +47,7 @@ where = ["."]
4747
[tool.bumpversion]
4848
# This section is managed by the plugin template. Do not edit manually.
4949

50-
current_version = "0.7.1.dev"
50+
current_version = "0.7.1"
5151
commit = false
5252
tag = false
5353
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)