Skip to content

Commit

Permalink
update readme/changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
patroqueeet committed Aug 22, 2024
1 parent d247fda commit 0168e73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.2] - 2024-08-26

### Added

- automatic removal of Registration objects when APNs service returns 410

## [4.1] - 2024-07-15

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def pass_unregistered(sender, **kwargs):
pass
```

Signal `TOKEN_UNREGISTERED` has a default handler. It can be disconnected and replaced.


### Configure storage and upload path (optional)

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-walletpass',
python_requires='>=3.10.0',
version='4.1',
version='4.2',
author='Develatio Technologies S.L.',
author_email='contacto@develat.io',
packages=find_packages(),
Expand Down

0 comments on commit 0168e73

Please sign in to comment.