Skip to content

Commit 7196756

Browse files
committed
Release 2.4.3
1 parent c87bcb8 commit 7196756

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.3.dev
2+
current_version = 2.4.3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

CHANGES.md

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

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

11+
## 2.4.3 (2024-07-09) {: #2.4.3 }
12+
13+
14+
No significant changes.
15+
16+
---
17+
1118
## 2.4.2 (2024-07-09) {: #2.4.2 }
1219

1320

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = "2.4.3.dev"
76+
version = "2.4.3"
7777
# The full version, including alpha/beta/rc tags.
78-
release = "2.4.3.dev"
78+
release = "2.4.3"
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

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.3.dev"
9+
version = "2.4.3"
1010
python_package_name = "pulp-ostree"
1111
domain_compatible = True

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.3.dev",
13+
version="2.4.3",
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)