diff --git a/CHANGELOG.md b/CHANGELOG.md index ab02203a..7c441b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,11 @@ Using the following categories, list your changes in this order: -## [Unreleased](https://github.com/Archmonger/ServeStatic/compare/1.2.0...HEAD) +## [Unreleased](https://github.com/Archmonger/ServeStatic/compare/2.0.0...HEAD) + +- Nothing (yet!) + +## [2.0.0](https://github.com/Archmonger/ServeStatic/compare/1.2.0...2.0.0) - 2024-09-12 ### Added diff --git a/README.md b/README.md index 3e264e22..cc6c3c47 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

-_Simplified static file serving for Python web apps._ +_Production-grade static file server for Python web apps._ --- diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 699df0c6..6464c62f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -101,7 +101,7 @@ watch: site_name: ServeStatic site_author: Archmonger -site_description: Simplified static file serving for Python web apps. +site_description: Production-grade static file server for Python web apps. copyright: '©
Archmonger' repo_url: https://github.com/Archmonger/ServeStatic site_url: https://archmonger.github.io/ServeStatic/ diff --git a/setup.cfg b/setup.cfg index 6cde17eb..067c9d8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = servestatic -version = 1.2.0 -description = Simplified static file serving for Python web apps +version = 2.0.0 +description = Production-grade static file server for Python web apps. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/Archmonger/ServeStatic