Skip to content

Commit

Permalink
prepare 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yacir committed Nov 14, 2018
1 parent c074553 commit e4382a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
## 1.0.4 (2018-11-14)
* **FIX**: Build failure due to [markdown 3+ package breaking change](https://python-markdown.github.io/change_log/release-3.0/#safe_mode-and-html_replacement_text-keywords-deprecated).

## 1.0.3 (2018-05-27)
* Avoid adding the `<div class="md-fenced-code-tabs"></div>` structure for single code blocks if the `single_block_as_tab` option is `True`.

Expand Down
3 changes: 3 additions & 0 deletions docs/src/release-notes.md
Expand Up @@ -26,6 +26,9 @@ markdown_extensions:

## Changelog

### 1.0.4 <small>_ Nov 14, 2018</small>
* **FIX**: Build failure due to [markdown 3+ package breaking change](https://python-markdown.github.io/change_log/release-3.0/#safe_mode-and-html_replacement_text-keywords-deprecated).

### 1.0.3 <small>_ May 27, 2018</small>
* Avoid adding the `<div class="md-fenced-code-tabs"></div>` structure for single code blocks if the `single_block_as_tab` option is `True`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='markdown-fenced-code-tabs',
version='1.0.3',
version='1.0.4',
url='https://github.com/yacir/markdown-fenced-code-tabs',
project_urls={
'Bug Reports': 'https://github.com/yacir/markdown-fenced-code-tabs/issues',
Expand Down

0 comments on commit e4382a4

Please sign in to comment.