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.2.dev
2
+ current_version = 3.12.2
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.2 (2024-08-21) {: #3 .12.2 }
12
+
13
+ #### Bugfixes {: #3 .12.2-bugfix }
14
+
15
+ - Fixed package name normalization issue preventing syncing packages with "." or "_ " in their names.
16
+ [ #716 ] ( https://github.com/pulp/pulp_python/issues/716 )
17
+
18
+ ---
19
+
11
20
## 3.12.1 (2024-06-27) {: #3 .12.1 }
12
21
13
22
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.2.dev "
59
+ version = "3.12.2"
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "3.12.2.dev "
61
+ release = "3.12.2"
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.2.dev "
13
+ version = "3.12.2"
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.2.dev " ,
13
+ version = "3.12.2" ,
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