Skip to content

Commit

Permalink
chore: bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charn committed Mar 7, 2024
1 parent 94ca857 commit 29e4b2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## 0.10.0 - 2024-03-07

### Changed

- Drop support for Python 3.7 and older
- Add support for Python 3.12
- Require at least Django 3.2
- Add support for Django 5.0 by adding a new session serializer `TunnistamoOIDCSerializer` which can handle session data produced by the custom `helusers.defaults.SOCIAL_AUTH_PIPELINE` pipeline. Django 5.0 removed `PickleSerializer`.

## 0.9.0 - 2023-08-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-helusers',
version='0.9.0',
version='0.10.0',
packages=['helusers'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 29e4b2a

Please sign in to comment.