Skip to content

Commit

Permalink
Publish 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Oct 7, 2019
1 parent ef22486 commit c95d5a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 0.2.0: spring cleaning (in autumn)

* Vendor all of the dependencies for easier offline development
* Clean up some of the templates
* Remove all non-essential CSS/JS
* Remove Google Analytics support
* Remove GitHub-specific contributor and publishing metadata
* Add the missing 404 template
* Remove leftover Bootstrap remnants
* Fix nested navigation
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-theme-bootstrap4",
"version": "0.1.2",
"version": "0.2.0",
"description": "A vanilla Bootstrap 4 theme",
"repository": "[email protected]:LukeCarrier/mkdocs-theme-bootstrap4.git",
"author": "Luke Carrier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def make_distribution(self):
name='mkdocs-theme-bootstrap4',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1.2',
version='0.2.0',
cmdclass={
'build_webpack_bundle': BuildWebpackBundle,
'develop': with_build_webpack_bundle(develop, 'development'),
Expand Down

0 comments on commit c95d5a1

Please sign in to comment.