File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## 2.0.0 (unreleased)
2
14
* BACKWARDS-INCOMPATIBLE: Drop support for Django Rest Framework < 3.7
3
15
* BACKWARDS-INCOMPATIBLE: NotificationError is now moved from ` __init__.py ` to ` exceptions.py `
Original file line number Diff line number Diff line change 6
6
this_directory = Path (__file__ ).parent
7
7
long_description = (this_directory / "README.rst" ).read_text ()
8
8
setup (
9
+ version = '3.2.1.1' ,
9
10
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'
12
12
)
You can’t perform that action at this time.
0 commit comments