Skip to content

Commit

Permalink
Added v0.3.4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Descent098 committed Jul 30, 2022
1 parent c7a55d9 commit a421504
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.4; July 29th 2022

Adding a fix for macos installations

### Bug Fixes

- Fixed macos install bugs

## V0.3.3; May 25th 2022

The focus for this release was adding features that were not finalized in time for the `0.3.0`-`0.3.2` releases, and cleaning up some bugs.
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.3"
__version__ = "0.3.4"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def get_content(*filename:str) -> str:
"colored", # Used to color terminal output for emphasis
"pillow", # Used to do image compression for optimized builds
"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
],
Expand Down

0 comments on commit a421504

Please sign in to comment.