Skip to content

Commit 40c3a2e

Browse files
committed
chore(version): bumped version 2.0.1
1 parent 6a6c3f8 commit 40c3a2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Overview
5454
:alt: Supported implementations
5555
:target: https://pypi.org/project/sphinx-code-include
5656

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
5858
: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
6060

6161

6262

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
year = '2019'
2020
author = 'Colin Kennedy'
2121
copyright = '{0}, {1}'.format(year, author)
22-
version = release = '2.0.0'
22+
version = release = '2.0.1'
2323

2424
pygments_style = 'trac'
2525
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(*names, **kwargs):
2828

2929
setup(
3030
name="sphinx-code-include",
31-
version="2.0.0",
31+
version="2.0.1",
3232
license="BSD-2-Clause",
3333
description="Include source code from any Sphinx project using only its import path",
3434
long_description="%s\n%s"

0 commit comments

Comments
 (0)