File tree 6 files changed +14
-6
lines changed
6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.12.3.dev
2
+ current_version = 3.12.3
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
11
+ ## 3.12.3 (2024-08-26) {: #3 .12.3 }
12
+
13
+ #### Bugfixes {: #3 .12.3-bugfix }
14
+
15
+ - Fixed uploads not supporting packages using metadata spec 2.3
16
+ [ #682 ] ( https://github.com/pulp/pulp_python/issues/682 )
17
+
18
+ ---
19
+
11
20
# ## 3.12.2 (2024-08-21) {: #3 .12.2 }
12
21
13
22
#### Bugfixes {: #3 .12.2-bugfix }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = "3.12.3.dev "
59
+ version = "3.12.3"
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "3.12.3.dev "
61
+ release = "3.12.3"
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
11
11
name = "pulp_python.app"
12
12
label = "python"
13
- version = "3.12.3.dev "
13
+ version = "3.12.3"
14
14
python_package_name = "pulp-python"
15
15
domain_compatible = True
16
16
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "pulp-python" ,
13
- version = "3.12.3.dev " ,
13
+ version = "3.12.3" ,
14
14
description = "pulp-python plugin for the Pulp Project" ,
15
15
long_description = long_description ,
16
16
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments