diff --git a/CHANGELOG b/CHANGELOG index 1673467..6ea4e68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## 1.0.2 (2018-05-27) + * **FIX**: Fixed the Bootsrap templates + ## 1.0.1 (2018-05-25) * **FIX**: Fixed the missing resources diff --git a/setup.py b/setup.py index 1f71f78..b00cc50 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='markdown-fenced-code-tabs', - version='1.0.1', + version='1.0.2', url='https://github.com/yacir/markdown-fenced-code-tabs', project_urls={ 'Bug Reports': 'https://github.com/yacir/markdown-fenced-code-tabs/issues',