diff --git a/CHANGELOG.md b/CHANGELOG.md index 167621184f2a2f247fd58d4a888474446a055637..b3e58f7319342388df2ee6b697aad1683bb5a3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ This changelog follows the specifications detailed in: [Keep a Changelog](https: This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), although we have not yet reached a `1.0.0` release. -## Version 0.8.0 - Unreleased +## Version 0.8.1 - Unreleased + + +## Version 0.8.0 - Released 2024-08-14 ### Removed diff --git a/scriptconfig/__init__.py b/scriptconfig/__init__.py index 64ee15dc69c1d5e26ab8bc87694585d0f31dcf83..5ace799e03e6d28102f6b42fb1a277e61f36b1c2 100644 --- a/scriptconfig/__init__.py +++ b/scriptconfig/__init__.py @@ -151,7 +151,7 @@ Ignore: mkinit ~/code/scriptconfig/scriptconfig/__init__.py --nomods --relative -w """ -__version__ = '0.8.0' +__version__ = '0.8.1' __submodules__ = { 'modal': None,