From c696a7efb9bba32ab0ed941e52c20493ae511f33 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Oct 2023 17:55:11 +0000 Subject: [PATCH] 1.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ rest_tools/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db34934..6b098ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.6.0 (2023-10-11) + + + ## v1.5.3 (2023-09-05) ### Other diff --git a/rest_tools/__init__.py b/rest_tools/__init__.py index 9401763d..84357f6f 100644 --- a/rest_tools/__init__.py +++ b/rest_tools/__init__.py @@ -5,7 +5,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.5.3" +__version__ = "1.6.0" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),