File: changes.rst

package info (click to toggle)
presets 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 177; makefile: 150
file content (28 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Changes
=======

v1.0.0
------
- Removed support for python < 3.8
- Modernized to support python 3.13

v0.1.3
------
- Fixed a bug in handling built-in modules
- Added transparency of wrapped function docstrings and call signatures

v0.1.2
------

- Fixed a bug in overriding anonymous keyword arguments
- Updated inspect usage for python 3.5

v0.1.1
------

- Fixed an error in PyPI-based installation

v0.1.0
------

- Initial public release