Skip to content

Commit

Permalink
Add 2.5.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Jul 3, 2023
1 parent 6e04057 commit b38cd38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.5.1 - 2023-07-03
- Allow 404 to IdP user patch API for superusers

## 2.5.0 - 2023-06-29
- Catch exceptions trying to get a tahoe idp uid for users

Expand Down
2 changes: 1 addition & 1 deletion tahoe_idp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# Increase this version by 1 after every backward-incompatible
# change in the exported data format
__version__ = "2.5.0"
__version__ = "2.5.1"

0 comments on commit b38cd38

Please sign in to comment.