File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Overview
54
54
:alt: Supported implementations
55
55
:target: https://pypi.org/project/sphinx-code-include
56
56
57
- .. |commits-since | image :: https://img.shields.io/github/commits-since/ColinKennedy/sphinx-code-include/v2.0.0 .svg
57
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ColinKennedy/sphinx-code-include/v2.0.1 .svg
58
58
:alt: Commits since latest release
59
- :target: https://github.com/ColinKennedy/sphinx-code-include/compare/v2.0.0 ...master
59
+ :target: https://github.com/ColinKennedy/sphinx-code-include/compare/v2.0.1 ...master
60
60
61
61
62
62
Original file line number Diff line number Diff line change 19
19
year = '2019'
20
20
author = 'Colin Kennedy'
21
21
copyright = '{0}, {1}' .format (year , author )
22
- version = release = '2.0.0 '
22
+ version = release = '2.0.1 '
23
23
24
24
pygments_style = 'trac'
25
25
templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def read(*names, **kwargs):
28
28
29
29
setup (
30
30
name = "sphinx-code-include" ,
31
- version = "2.0.0 " ,
31
+ version = "2.0.1 " ,
32
32
license = "BSD-2-Clause" ,
33
33
description = "Include source code from any Sphinx project using only its import path" ,
34
34
long_description = "%s\n %s"
You can’t perform that action at this time.
0 commit comments