Skip to content

Commit cb7a553

Browse files
committed
Bump to version 1.17.0
1 parent ca19512 commit cb7a553

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

braces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__title__ = "braces"
12-
__version__ = "1.16.0"
12+
__version__ = "1.17.0"
1313
__author__ = "Kenneth Love and Chris Jones"
1414
__license__ = "BSD 3-clause"
1515
__copyright__ = "Copyright 2013 Kenneth Love and Chris Jones"

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Changelog
55
=========
66

7+
* :release:`1.17.0 <2025-03-17>`
8+
* :bug:`316 major` `MultiplePermissionsRequiredMixin` didn't do object-level permission checks.
9+
* :bug:`309 minor` `RecentLoginRequiredMixin` no longer throws error about `GET` requests in Django >= 5.0
710
* :release:`1.16.0 <2024-10-09>`
811
* :support:`290` Fixed a few typos in the docs.
912
* :support:`287` No longer building a universal wheel

0 commit comments

Comments
 (0)