From 6067fb6dc8772989b7623e6fda87da3a74780db2 Mon Sep 17 00:00:00 2001 From: joncrall <jon.crall@kitware.com> Date: Mon, 13 May 2024 12:59:33 -0400 Subject: [PATCH] Start branch for 0.7.16 --- CHANGELOG.md | 5 ++++- scriptconfig/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced5fc6..5251b18 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 1ac34f0..333d506 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, -- GitLab