Skip to content

Commit 1d36e4b

Browse files
committed
Ready to new release
1 parent afd0af2 commit 1d36e4b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [JOINUP] 3.2.1.1 (2025-07-21)
2+
3+
* https://github.com/jazzband/django-push-notifications/pull/770
4+
* https://github.com/jazzband/django-push-notifications/pull/771
5+
* https://github.com/jazzband/django-push-notifications/pull/772
6+
* https://github.com/jazzband/django-push-notifications/pull/773
7+
* https://github.com/jazzband/django-push-notifications/pull/774
8+
* https://github.com/jazzband/django-push-notifications/pull/775
9+
* https://github.com/jazzband/django-push-notifications/pull/776
10+
* https://github.com/jazzband/django-push-notifications/pull/777
11+
12+
113
## 2.0.0 (unreleased)
214
* BACKWARDS-INCOMPATIBLE: Drop support for Django Rest Framework < 3.7
315
* BACKWARDS-INCOMPATIBLE: NotificationError is now moved from `__init__.py` to `exceptions.py`

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
this_directory = Path(__file__).parent
77
long_description = (this_directory / "README.rst").read_text()
88
setup(
9+
version='3.2.1.1',
910
long_description=long_description,
10-
long_description_content_type='text/x-rst',
11-
use_scm_version={"version_scheme": "post-release"}
11+
long_description_content_type='text/x-rst'
1212
)

0 commit comments

Comments
 (0)