Skip to content

Commit

Permalink
Update version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Jun 29, 2023
1 parent 2d17f19 commit 0191986
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.0 - 2023-06-29
- Catch exceptions trying to get a tahoe idp uid for users

## 2.4.4 - 2023-06-28
- Fix user_sync_to_idp receiver for UserProfile

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.4.4"
__version__ = "2.5.0"

0 comments on commit 0191986

Please sign in to comment.