File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-gem"
10- version = " 0.7.1.dev "
10+ version = " 0.7.1"
1111description = " Gemfile plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -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"
5151commit = false
5252tag = false
5353parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments