Skip to content

Commit

Permalink
Merge pull request #39 from Descent098/v0.3.2
Browse files Browse the repository at this point in the history
Added v0.3.2 files
  • Loading branch information
Descent098 committed May 16, 2022
2 parents aa46896 + 701a19e commit 4832a2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## V0.3.2; May 16th 2022

More minor fixes

### Bug Fixes

- Included missing `flask` dependency

## V0.3.1; May 16th 2022

Minor fixes related to release
Expand Down
2 changes: 1 addition & 1 deletion ezcv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
generate_site(output_folder="my_site", theme = "aerial", preview = True)
```
"""
__version__ = "0.3.1"
__version__ = "0.3.2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def get_content(*filename:str) -> str:
"css-html-js-minify", # Used to minify html, css and JS files for optimized builds
"md-mermaid", # Used to render mermaid graphs in markdown
"livereload", # Used to auto-reload the site when changes are made
"flask", # Used to create the web server for live reloading
],
extras_require = {
"dev" : ["mkdocs", # Used to create HTML versions of the markdown docs in the docs directory
Expand Down

0 comments on commit 4832a2d

Please sign in to comment.