Skip to content

Commit 8e285e7

Browse files
committed
v1.1.12
1 parent 169ea70 commit 8e285e7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.1.12
2+
* Fix bug in Internet Explorer (#33)
3+
14
v1.1.11
25
* Support for Sphinx 2
36
* Update to Semantic UI 2.4.1

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.11/sphinx-tabs-1.1.11.tar.gz
27+
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.12/sphinx-tabs-1.1.12.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.11',
5+
version = '1.1.12',
66
author = 'djungelorm',
77
author_email = 'djungelorm@users.noreply.github.com',
88
packages = ['sphinx_tabs', 'sphinx_tabs.test'],

0 commit comments

Comments
 (0)