Skip to content

Commit

Permalink
chore: bump to 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Aug 18, 2024
1 parent 7b29e05 commit 7e9cd52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

[0.1.15] - Unreleased
[0.1.15] - 2024-08-18
---------------------

Added
Expand All @@ -14,7 +14,7 @@ Fixed

Changed
^^^^^^^
- Removed :class:`~scim2_models.ListResponse` ``of`` method in favor of regular type parameters.
- Remove :class:`~scim2_models.ListResponse` ``of`` method in favor of regular type parameters.
.. note::

``ListResponse.of(User)`` becomes ``ListResponse[User]`` and ListResponse.of(User, Group)`` becomes ``ListResponse[Union[User, Group]]``.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "scim2-models"
version = "0.1.14"
version = "0.1.15"
description = "SCIM2 models serialization and validation with pydantic"
authors = ["Yaal Coop <[email protected]>"]
license = "Apache"
Expand Down

0 comments on commit 7e9cd52

Please sign in to comment.