File tree Expand file tree Collapse file tree 9 files changed +13
-14
lines changed Expand file tree Collapse file tree 9 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Sukhman Bhuller <sbhuller@atlassian.com>
3030Tamir Bahar <tamir@north-bit.com> <tmr232@github>
3131Tamir Bahar <tamir@north-bit.com> <tmr232@users.noreply.github.com>
3232Victor Garcia <bravejolie@gmail.com> <victor@tuenti.com>
33+ Victor Florea <victor@engineeredarts.co.uk>
3334Vlad Temian <vladtemian@gmail.com>
3435Wim Jeantine-Glenn <hey@wimglenn.com>
3536Xavier Delannoy <xavier.delannoy@gmail.com>
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ Authors:
113113 Kevin KIN-FOO
114114 Marcel Waldvogel
115115 Masud Rahman
116+ Mathieu Parent
116117 Michael Sondergaard
117118 Natanael Arndt
118119 Ondřej Nový
@@ -184,16 +185,17 @@ Authors:
184185 Lukas Berk
185186 Martin von Zweigbergk
186187 Mathieu Bridon
187- Mathieu Parent
188188 Mathieu Pillard
189189 Matthaus Woolard
190190 Maxwell G
191191 Michał Górny
192+ Na'aman Hirschfeld
192193 Nicolás Sanguinetti
193194 Nikita Kartashov
194195 Nikolai Zujev
195196 Nils Philippsen
196197 Noah Fontes
198+ Or Hayat
197199 Óscar San José
198200 Patrick Lühne
199201 Paul Wagland
@@ -215,6 +217,7 @@ Authors:
215217 Steven Winfield
216218 Tad Hardesty
217219 Timo Röhling
220+ Victor Florea
218221 Vladimir Rutsky
219222 Wim Jeantine-Glenn
220223 Yu Jianjian
Original file line number Diff line number Diff line change 1- # 1.16.0 (UNRELEASED )
1+ # 1.16.0 (2024-10-11 )
22
33- Add support for Python 3.13
44
1010- New ` Option.GET_MWINDOW_FILE_LIMIT ` and ` Option.SET_MWINDOW_FILE_LIMIT `
1111 [ #1312 ] ( https://github.com/libgit2/pygit2/pull/1312 )
1212
13- - Fix overriding ` certficate_check (...)` callback via argument to ` RemoteCallbacks(...) `
13+ - Fix overriding ` certificate_check (...)` callback via argument to ` RemoteCallbacks(...) `
1414 [ #1321 ] ( https://github.com/libgit2/pygit2/pull/1321 )
1515
1616- Add py.typed
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ Supports Python 3.10 to 3.13 and PyPy3 7.3+
1818
1919## Sponsors
2020
21- - [ Microsoft] ( https://github.com/microsoft )
22-
2321Add your name and link here, [ become a
2422sponsor] ( https://github.com/sponsors/jdavid ) .
2523
Original file line number Diff line number Diff line change 11Friends of pygit2:
22
3- - [ Microsoft] ( https://github.com/microsoft )
4-
5- Add your name to the list,
6- [ become a friend of pygit2] ( https://github.com/sponsors/jdavid ) .
3+ - Add your name to the list,
4+ [ become a friend of pygit2] ( https://github.com/sponsors/jdavid ) .
75
86Past sponsors:
97
8+ - [ Microsoft] ( https://github.com/microsoft )
109- [ Iterative] ( https://iterative.ai/ )
1110- [ SourceHut] ( https://sourcehut.org )
1211- [ GitHub] ( https://github.com/github )
Original file line number Diff line number Diff line change 1- version : 1.15 .{build}
1+ version : 1.16 .{build}
22image : Visual Studio 2019
33configuration : Release
44environment :
Original file line number Diff line number Diff line change 2222# author = ''
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.15.1 '
25+ release = '1.16.0 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1919Sponsors
2020=====================================
2121
22- - `Microsoft <https://github.com/microsoft >`_
23-
2422Add your name and link here, `become a sponsor <https://github.com/sponsors/jdavid >`_.
2523
2624
Original file line number Diff line number Diff line change 3434#
3535# The version number of pygit2
3636#
37- __version__ = '1.15.1 '
37+ __version__ = '1.16.0 '
3838
3939
4040#
You can’t perform that action at this time.
0 commit comments