Skip to content

Commit 24829db

Browse files
committed
Prepare release 0.1.1
1 parent a78f337 commit 24829db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
graft src/sphinx_codeautolink
22
graft docs
33
prune docs/build
4+
exclude docs/src/sphinx-codeautolink-refs.json
45
graft tests
56
include readme_pypi.rst
67
global-exclude *.py[cod] __pycache__ *.so

docs/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ These release notes are based on
88
sphinx-codeautolink adheres to
99
`Semantic Versioning <https://semver.org>`_.
1010

11-
Unreleased
12-
----------
11+
0.1.1 (2021-09-22)
12+
------------------
1313
- Correctly filter out names from concatenated sources (:issue:`14`)
1414
- Fix links in documents inside folder (:issue:`15`)
1515

src/sphinx_codeautolink/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)