Skip to content

Tags: mkdocstrings/vba

Tags

0.0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #22 from mkdocstrings/dev-ignore-encoding-errors

Allow specifying the encoding of the VBA source code. Replace invalid sequences instead of failing.

0.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #20 from mkdocstrings/dev-upgrade

Update mkdocstrings and griffe to the latest versions.

0.0.8

Specify dependency ranges as 'lower than' instead of 'equal wildcard'

Some of these projects follow a sponsorware strategy, and the private versions look like a.b.c.x.y.z.
Using a wildcard equal prevents selecting these versions with more than 3 numbers in their version.

0.0.7

BUGFIX: Set `include_package_data` in setup.py so that template files…

… are shipped with this package.

0.0.5

For unknown reasons, Examples in the module docstring needs an extra …

…blank line.

0.0.4

Stop replacing : with ;

0.0.3

Use `setuptools_scm`

0.0.2

Add ugly workaround until mkdocstrings/griffe#38 is fixed.

0.0.1

Publish to private pypi