Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed May 4, 2022
1 parent 175e6d4 commit d751a76
Show file tree
Hide file tree
Showing 54 changed files with 8 additions and 31,358 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -93,7 +93,7 @@ celerybeat-schedule
.pydevproject

# mkdocs documentation
/site
demo/site

# mypy
.mypy_cache/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## 0.21

- Support Pygments 2.1.0
- Fix some markdown CSS overflow issues

## 0.20.1

Expand Down
8 changes: 4 additions & 4 deletions RELEASE.md
Expand Up @@ -10,12 +10,12 @@
export VERSION=1.0.0

# Optional reset
make cleanall resetjs
make npm-install
task cleanall resetjs
task npm-install

# Build
make all
make upload-pypi
task npm-build pkg
task upload-pypi

git commit -am "Release ${VERSION}" --allow-empty
git tag ${VERSION}
Expand Down
364 changes: 0 additions & 364 deletions demo/site/404.html

This file was deleted.

Binary file removed demo/site/assets/images/favicon.png
Binary file not shown.

0 comments on commit d751a76

Please sign in to comment.