1
0

- Update to 0.7.5:

* Support for Python 3.9.
  * Small docs improvements.
  * Allow to rename functions starting with an uppercase letter.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=13
This commit is contained in:
2021-04-22 04:38:19 +00:00
committed by Git OBS Bridge
parent f629e8cbbd
commit d2f7a869c9
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 22 04:37:11 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.5:
* Support for Python 3.9.
* Small docs improvements.
* Allow to rename functions starting with an uppercase letter.
-------------------------------------------------------------------
Fri Jan 17 17:08:17 CET 2020 - Matej Cepl <mcepl@suse.com>