diff --git a/CHANGES.rst b/CHANGES.rst index 20d400e52..879bbf9ac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ .. currentmodule:: werkzeug +Version 3.0.6 +------------- + +Unreleased + + Version 3.0.5 ------------- diff --git a/pyproject.toml b/pyproject.toml index 4513ad18e..80187a473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.0.5" +version = "3.0.6.dev" description = "The comprehensive WSGI web application library." readme = "README.md" license = {file = "LICENSE.txt"}