File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.4.3.dev
2+ current_version = 2.4.3
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1010
1111setup (
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" ,
You can’t perform that action at this time.
0 commit comments