Skip to content

Commit

Permalink
chore(main): release django-helusers 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and charn committed Mar 3, 2025
1 parent 1600579 commit cc09bfc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.13.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@

- Drop support for Python 3.8 and Django 3.2

## [0.13.1](https://github.com/City-of-Helsinki/django-helusers/compare/django-helusers-v0.13.0...django-helusers-v0.13.1) (2025-03-03)


### Bug Fixes

* Map multiple user groups to one ad group ([1600579](https://github.com/City-of-Helsinki/django-helusers/commit/1600579d88f3559201e6d7dd2f642f558f70f79e))


### Documentation

* **readme:** Fix title level for user migration ([7381cda](https://github.com/City-of-Helsinki/django-helusers/commit/7381cda7f2acb1e7804e461994193c3cfbb5b735))
* Update changelog ([f0ccc44](https://github.com/City-of-Helsinki/django-helusers/commit/f0ccc44d21211f51459555d9d4af63e7e7c66dcc))

## 0.13.0 - 2024-06-25

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

setup(
name="django-helusers",
version="0.13.0",
version="0.13.1",
packages=["helusers"],
include_package_data=True,
license="BSD License",
Expand Down

0 comments on commit cc09bfc

Please sign in to comment.