Skip to content

Commit

Permalink
Release Syntax Highlighting 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Apr 8, 2022
1 parent 82bc8c4 commit c747fa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.2.0 - 2021-11-01

Add settings to plugin.
0.3.0 - 2022-04-08
------------------

Add option to wrap rendered code in a `<div>` element. Also bump required Python version to `3.10`.
3 changes: 0 additions & 3 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "pelican-syntax-highlighting"
packages = [{include = "pelican"}]
readme = "README.md"
repository = "https://github.com/f-koehler/pelican-syntax-highlighting"
version = "0.2.0"
version = "0.3.0"

classifiers = [
"Development Status :: 1 - Planning",
Expand Down

0 comments on commit c747fa8

Please sign in to comment.