File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,15 @@ v32.1.0 (next, roadmap)
42
42
See https://github.com/nexB/scancode-toolkit/issues/1745
43
43
44
44
45
- v32.0.5rc1 - 2023-06-22
45
+ v32.0.5rc3 - 2023-06-23
46
+ ------------------------
47
+
48
+ The previous release v32.0.5rc3 was failing on mac app release
49
+ tests, see https://github.com/nexB/scancode-toolkit/issues/3435
50
+ for more details. This release attempts to fix this and release
51
+ correctly.
52
+
53
+ v32.0.5rc2 - 2023-06-22
46
54
------------------------
47
55
48
56
The previous release v32.0.5rc1 failed to upload pypi wheels
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.0.5rc2
3
+ version = 32.0.5rc3
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit
3
- version = 32.0.5rc2
3
+ version = 32.0.5rc3
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ def _create_dir(location):
132
132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133
133
# do not have a proper version otherwise.
134
134
if not __version__ :
135
- __version__ = '32.0.5rc2 '
135
+ __version__ = '32.0.5rc3 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
139
139
# this is (year, month, day)
140
- __release_date__ = datetime .datetime (2023 , 6 , 22 )
140
+ __release_date__ = datetime .datetime (2023 , 6 , 23 )
141
141
142
142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143
143
# on the data format version
You can’t perform that action at this time.
0 commit comments