Skip to content

Commit c833a7a

Browse files
committed
Release notes and version bump
1 parent 93b6c9d commit c833a7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.15.0"
12+
__version__ = "1.16.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Changelog
55
=========
66

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
714
* :support:`277` Updated the codebase to be more modern Python/Django
815
* :feature:`245` Cache-related headers
916
* :release:`1.15.0 <2021-11-05>`

0 commit comments

Comments
 (0)