File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,15 @@ v32.1.0 (next, roadmap)
4242 See https://github.com/nexB/scancode-toolkit/issues/1745
4343
4444
45+ v32.0.5rc1 - 2023-06-22
46+ ------------------------
47+
48+ The previous release v32.0.5rc1 failed to upload pypi wheels
49+ because of file size limits enforced by pypi, and this release
50+ is effectively the same as the previous one, but now the size
51+ limit has been increased by https://github.com/pypi/support/issues/2926
52+ so this will upload the wheels correctly.
53+
4554v32.0.5rc1 - 2023-06-12
4655------------------------
4756
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit-mini
3- version = 32.0.5rc1
3+ version = 32.0.5rc2
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 32.0.5rc1
3+ version = 32.0.5rc2
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# 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):
132132# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133# do not have a proper version otherwise.
134134if not __version__ :
135- __version__ = '32.0.5rc1 '
135+ __version__ = '32.0.5rc2 '
136136
137137#######################
138138# used to warn user when the version is out of date
139139# this is (year, month, day)
140- __release_date__ = datetime .datetime (2023 , 6 , 7 )
140+ __release_date__ = datetime .datetime (2023 , 6 , 22 )
141141
142142# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143# on the data format version
You can’t perform that action at this time.
0 commit comments