Skip to content

Commit

Permalink
Version bump -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
logston committed Feb 2, 2023
1 parent 515af59 commit 6e3e074
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <paul@15five.com>"]
Expand Down

0 comments on commit 6e3e074

Please sign in to comment.