Skip to content

Commit 00493da

Browse files
committed
Release 16.0.0
1 parent ca69910 commit 00493da

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

AUTHORS.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ All contributors (by number of commits):
2828
- Dan Allan <daniel.b.allan@gmail.com>; `@danielballan <https://github.com/danielballan>`_
2929
- Moonsik Park <moonsik.park@estsoft.com>
3030
- Santtu Keskinen <santtu.keskinen@gmail.com>
31+
- velsinki <40809145+velsinki@users.noreply.github.com>
32+
- Curtis Doty <Curtis@GreenKey.net>
3133
- Christoph Rackwitz <christoph.rackwitz@gmail.com>
3234
- David Plowman <david.plowman@raspberrypi.com>
3335
- Alireza Davoudi <davoudialireza@gmail.com>; `@adavoudi <https://github.com/adavoudi>`_
@@ -43,25 +45,29 @@ All contributors (by number of commits):
4345
* zzjjbb <31069326+zzjjbb@users.noreply.github.com>
4446
* Joe Schiff <41972063+JoeSchiff@users.noreply.github.com>
4547
* Dexer <73297572+DexerBR@users.noreply.github.com>
48+
* DE-AI <81620697+DE-AI@users.noreply.github.com>
4649
* rutsh <Eugene.Krokhalev@gmail.com>
4750
* Felix Vollmer <FelixVollmer@gmail.com>
4851
* Santiago Castro <bryant1410@gmail.com>
4952
* Christian Clauss <cclauss@me.com>
5053
* Ihor Liubymov <ihor.liubymov@ring.com>
5154
* Johannes Erdfelt <johannes@erdfelt.com>
5255
* Karl Litterfeldt <kalle.litterfeldt@gmail.com>; `@litterfeldt <https://github.com/litterfeldt>`_
56+
* Kim Minjong <make.dirty.code@gmail.com>
5357
* Martin Larralde <martin.larralde@ens-cachan.fr>
5458
* Simon-Martin Schröder <martin.schroeder@nerdluecht.de>
5559
* Matteo Destro <matteo.est@gmail.com>
5660
* mephi42 <mephi42@gmail.com>
5761
* Miles Kaufmann <mkfmnn@gmail.com>
62+
* Nathan Goldbaum <nathan.goldbaum@gmail.com>
5863
* Pablo Prietz <pablo@prietz.org>
5964
* Andrew Wason <rectalogic@rectalogic.com>
6065
* Radek Senfeld <rush@logic.cz>; `@radek-senfeld <https://github.com/radek-senfeld>`_
6166
* robinechuca <serveurpython.oz@gmail.com>
6267
* Benjamin Chrétien <2742231+bchretien@users.noreply.github.com>
6368
* davidplowman <38045873+davidplowman@users.noreply.github.com>
6469
* Hanz <40712686+HanzCEO@users.noreply.github.com>
70+
* Kesh Ikuma <79113787+tikuma-lsuhsc@users.noreply.github.com>
6571
* Artturin <Artturin@artturin.com>
6672
* Ian Lee <IanLee1521@gmail.com>
6773
* Ryan Huang <NPN@users.noreply.github.com>
@@ -76,8 +82,8 @@ All contributors (by number of commits):
7682
* henri-gasc <henri.gasc@eurecom.fr>
7783
* Jonathan Martin <homerunisgood@hotmail.com>
7884
* Johan Jeppsson Karlin <johjep@gmail.com>
85+
* Kian-Meng Ang <kianmeng@cpan.org>
7986
* Philipp Klaus <klaus@physik.uni-frankfurt.de>
80-
* Kim Minjong <make.dirty.code@gmail.com>
8187
* Marcell Pardavi <marcell.pardavi@gmail.com>
8288
* Matteo Destro <matteo@cerrion.com>
8389
* Mattias Wadman <mattias.wadman@gmail.com>

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,24 @@ We are operating with `semantic versioning <https://semver.org>`_.
1818

1919
v16.0.0
2020
-------
21-
(unreleased)
2221

2322
Major:
23+
2424
- Drop Python 3.9, Support Python 3.14.
25+
- Drop support for i686 Linux.
2526

2627
Features:
27-
- Declare free-threaded support and support 3.13t by :gh-user:`ngoldbaum` in (:pr:`2005`).
28+
2829
- Add ``Filter.Context.process_command()`` method by :gh-user:`caffeinism` in (:pr:`2000`).
30+
- Add packet side-data handling mechanism by :gh-user:`tikuma-lsuhsc ` in (:pr:`2003`).
31+
- Implemented set_chapters method by :gh-user:`DE-AI` in (:pr:`2004`).
32+
- Declare free-threaded support and support 3.13t by :gh-user:`ngoldbaum` in (:pr:`2005`).
33+
- Add writable and copyable attachment and data streams by :gh-user:`skeskinen` in (:pr:`2026`).
2934

3035
Fixes:
36+
37+
- Declare free-threaded support and support 3.13t by :gh-user:`ngoldbaum` in (:pr:`2005`).
38+
- Allow ``None`` in ``FilterContext.push()`` type stub by :gh-user:`velsinki` in (:pr:`2015`).
3139
- Fix typos
3240

3341
v15.1.0

av/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "15.1.0"
1+
__version__ = "16.0.0"

0 commit comments

Comments
 (0)