diff --git a/CHANGELOG.md b/CHANGELOG.md index ced5fc670133e578c795e68ca4d02d1c5cdbaf63..5251b18da7cadb7ae8679bdb17b6ae052b79121e 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.7.15 - Unreleased +## Version 0.7.16 - Unreleased + + +## Version 0.7.15 - Released 2024-05-13 ### Added * Allow special options to be passed to cli diff --git a/scriptconfig/__init__.py b/scriptconfig/__init__.py index 1ac34f0ee4b24f03ae79a7607e794c9c83a63bb9..333d50639efa190b0bb33d1fb391f0014346aa46 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.7.15' +__version__ = '0.7.16' __submodules__ = { 'modal': None,