We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f337 commit 24829dbCopy full SHA for 24829db
MANIFEST.in
@@ -1,6 +1,7 @@
1
graft src/sphinx_codeautolink
2
graft docs
3
prune docs/build
4
+exclude docs/src/sphinx-codeautolink-refs.json
5
graft tests
6
include readme_pypi.rst
7
global-exclude *.py[cod] __pycache__ *.so
docs/src/release_notes.rst
@@ -8,8 +8,8 @@ These release notes are based on
8
sphinx-codeautolink adheres to
9
`Semantic Versioning <https://semver.org>`_.
10
11
-Unreleased
12
-----------
+0.1.1 (2021-09-22)
+------------------
13
- Correctly filter out names from concatenated sources (:issue:`14`)
14
- Fix links in documents inside folder (:issue:`15`)
15
src/sphinx_codeautolink/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
0 commit comments