diff --git a/CHANGELOG.md b/CHANGELOG.md index afc34fd..cb31342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ## Latest Changes +## Version 6.0.1 + ### Fix * Remove mkdocs dependency from hypermedias main dependencies. It should only be in the dev group. diff --git a/pyproject.toml b/pyproject.toml index c9edba6..db34f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hypermedia" -version = "5.4.0" +version = "6.0.1" description = "An opinionated way to work with html in pure python with htmx support." readme = {file = "README.md", content-type = "text/markdown"} license = {"text" = "MIT"} diff --git a/uv.lock b/uv.lock index 7c5f6a6..a2db79f 100644 --- a/uv.lock +++ b/uv.lock @@ -520,7 +520,7 @@ wheels = [ [[package]] name = "hypermedia" -version = "5.4.0" +version = "6.0.1" source = { editable = "." } dependencies = [ { name = "typing-extensions" },