From 6e3e07404b7e70fed6d463907fe833a6ab83b8cf Mon Sep 17 00:00:00 2001 From: Paul Logston Date: Wed, 1 Feb 2023 19:08:01 -0800 Subject: [PATCH] Version bump -> 0.4.2 --- CHANGELOG.rst | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bfe63e4..53edd02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ CHANGE LOG ========== +0.4.2 +----- +- Drop support for Python 3.7. +- Add support for Python 3.11. + 0.4.1 ----- - Migrate library to Poetry for development. #32 @@ -11,7 +16,7 @@ CHANGE LOG - Update userName to be case insensitive. #31 BREAKING CHANGE: This allows queries that did not match rows before to -match rows now! +match rows now! 0.3.9 diff --git a/pyproject.toml b/pyproject.toml index ae50dc6..67e11eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scim2-filter-parser" -version = "0.4.0" +version = "0.4.2" description = "A customizable parser/transpiler for SCIM2.0 filters." license = "MIT" authors = ["Paul Logston "]