Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ea4643d

Browse files
authored
Merge pull request #91 from readthedocs/humitos/release-2.1.0
Increase version to 2.1.0
2 parents 6a16118 + 2ee4892 commit ea4643d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs_ext/readthedocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,4 @@ def setup(app):
385385

386386
return {
387387
'parallel_read_safe': True,
388-
}
388+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='readthedocs-sphinx-ext',
7-
version='2.0.0',
7+
version='2.1.0',
88
author='Read the Docs, Inc',
99
author_email='[email protected]',
1010
url='http://github.com/readthedocs/readthedocs-sphinx-ext',

0 commit comments

Comments
 (0)