Fix version number in changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=119
This commit is contained in:
Matej Cepl 2022-10-19 07:32:56 +00:00 committed by Git OBS Bridge
parent 0f6aeb04bb
commit 6c0c30d16d

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 19 07:12:23 UTC 2022 - Matej Cepl <mcepl@suse.com> Wed Oct 19 07:12:23 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 3.8.15: - Update to 3.9.15:
- Fix multiplying a list by an integer (list *= int): detect - Fix multiplying a list by an integer (list *= int): detect
the integer overflow when the new allocated length is close the integer overflow when the new allocated length is close
to the maximum size. to the maximum size.