This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Releases: mysticfall/bpystubgen
Releases · mysticfall/bpystubgen
Release 0.1.6
- Export submodule names (see: microsoft/pylance-release#1825)
- Handle special
bpy_prop_collection
type.
Release 0.1.5
- Fix problem with uninstallable package generated due to unstable version info in
setup.py
. - Fix a typo in README.md.
- Remove source formatting via Black since it breaks certain source files.
Release 0.1.4
Use build number instead of timestamp for versioning snapshots.
Release 0.1.3
Make version scheme conforming to PEP-440.
Release 0.1.2
- Added necessary files for publishing stub files to PyPI.
- The generated stubs now include marker files (
py.typed
, see PEP-561 for details). - Fixed a problem of empty directories being generated for non-module documents.
Release 0.1.1
Initial project release.