Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LAST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9-dev1
1.0.9
2 changes: 1 addition & 1 deletion mkdocs_dracula_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.9-dev1"
__version__ = "1.0.9"

Comment thread
FernandoCelmer marked this conversation as resolved.
__author__ = 'Fernando Celmer <email@fernandocelmer.com>'
__copyright__ = """MIT License
Expand Down
93 changes: 92 additions & 1 deletion mkdocs_dracula_theme/assets/css/mkdocs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mkdocs-dracula-theme"
version = "1.0.9-dev1"
version = "1.0.9"
authors = [
{ name="Fernando Celmer", email="email@fernandocelmer.com" },
]
Expand Down Expand Up @@ -36,7 +36,7 @@ Changelog = "https://dracula.github.io/mkdocs/nav/development/release-notes"

[tool.poetry]
name = "mkdocs-dracula-theme"
version = "1.0.9-dev1"
version = "1.0.9"
description = "Dark theme for Mkdocs"
authors = ["Fernando Celmer <email@fernandocelmer.com>"]
license = "MIT"
Expand Down
Loading
Loading