Skip to content

Commit 7a701d6

Browse files
committed
v1.1.13
1 parent d418244 commit 7a701d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extensions = ['sphinx_tabs.tabs']
2424

2525
If you are using [Read The Docs](https://readthedocs.org/) for building your documentation, the extension must be added as a requirement. Please add the following to `requirements.txt` at the root of the project:
2626
```
27-
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.12/sphinx-tabs-1.1.12.tar.gz
27+
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.12/sphinx-tabs-1.1.13.tar.gz
2828
```
2929

3030
An example of this can be found [here](https://github.com/djungelorm/sphinx-tabs-rtd-test/blob/master/requirements.txt).

setup.py

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

33
setup(
44
name = 'sphinx-tabs',
5-
version = '1.1.12',
5+
version = '1.1.13',
66
author = 'djungelorm',
77
author_email = '[email protected]',
88
packages = ['sphinx_tabs', 'sphinx_tabs.test'],

0 commit comments

Comments
 (0)