File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
__title__ = "braces"
12
- __version__ = "1.15 .0"
12
+ __version__ = "1.16 .0"
13
13
__author__ = "Kenneth Love and Chris Jones"
14
14
__license__ = "BSD 3-clause"
15
15
__copyright__ = "Copyright 2013 Kenneth Love and Chris Jones"
Original file line number Diff line number Diff line change 4
4
Changelog
5
5
=========
6
6
7
+ * :release: `1.16.0 <2024-10-09> `
8
+ * :support: `290 ` Fixed a few typos in the docs.
9
+ * :support: `287 ` No longer building a universal wheel
10
+ * :support: `300 ` Removed unnecessarily explicit `super() ` call
11
+ * :support: `301 ` Removed unnecessarily explicit `super() ` call
12
+ * :support: `307 ` Use `unittest.mock ` instead of `mock ` package
13
+ * :feature: `305 ` Add support for Django 4.2
7
14
* :support: `277 ` Updated the codebase to be more modern Python/Django
8
15
* :feature: `245 ` Cache-related headers
9
16
* :release: `1.15.0 <2021-11-05> `
You can’t perform that action at this time.
0 commit comments