Skip to content

Commit

Permalink
Version bump => 0.16.0 (jazzband#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
logston authored Jul 7, 2020
1 parent 8d05a20 commit 283c988
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGE LOG
==========

0.16.0
------
- Require SCIM IDs to be unique across all objects of a specific model.
POTENTIALLY BREAKING CHANGE.
- Drop compatibility with all Django versions before 2.2.13
POTENTIALLY BREAKING CHANGE.

0.15.0
------
- Add a get_object_post_processor function.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-scim2"
version = "0.15.0"
version = "0.16.0"
description = ""
authors = ["Paul Logston <paul@15five.com>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests():

setup(
name='django-scim2',
version='0.15.0',
version='0.16.0',
description='A partial implementation of the SCIM 2.0 provider specification for use with Django.',
url='https://github.com/15five/django-scim2',
download_url='https://github.com/15five/django-scim2/archive/master.zip',
Expand Down

0 comments on commit 283c988

Please sign in to comment.