Skip to content

Commit d64efb8

Browse files
committed
Release 2.4.6
1 parent 2562d2c commit d64efb8

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

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+
## 2.4.6 (2025-02-24) {: #2.4.6 }
12+
13+
#### Misc {: #2.4.6-misc }
14+
15+
- [#422](https://github.com/pulp/pulp_ostree/issues/422)
16+
17+
---
18+
1119
## 2.4.5 (2025-02-06) {: #2.4.5 }
1220

1321
No significant changes.

CHANGES/422.misc

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

pulp_ostree/app/__init__.py

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

77
name = "pulp_ostree.app"
88
label = "ostree"
9-
version = "2.4.6.dev"
9+
version = "2.4.6"
1010
python_package_name = "pulp-ostree"
1111
domain_compatible = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ignore = [
8686
[tool.bumpversion]
8787
# This section is managed by the plugin template. Do not edit manually.
8888

89-
current_version = "2.4.6.dev"
89+
current_version = "2.4.6"
9090
commit = false
9191
tag = false
9292
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-ostree",
13-
version="2.4.6.dev",
13+
version="2.4.6",
1414
description="OSTree plugin for the Pulp Project",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)