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>
30
30
Tamir Bahar <tamir@north-bit.com> <tmr232@github>
31
31
Tamir Bahar <tamir@north-bit.com> <tmr232@users.noreply.github.com>
32
32
Victor Garcia <bravejolie@gmail.com> <victor@tuenti.com>
33
+ Victor Florea <victor@engineeredarts.co.uk>
33
34
Vlad Temian <vladtemian@gmail.com>
34
35
Wim Jeantine-Glenn <hey@wimglenn.com>
35
36
Xavier Delannoy <xavier.delannoy@gmail.com>
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ Authors:
113
113
Kevin KIN-FOO
114
114
Marcel Waldvogel
115
115
Masud Rahman
116
+ Mathieu Parent
116
117
Michael Sondergaard
117
118
Natanael Arndt
118
119
Ondřej Nový
@@ -184,16 +185,17 @@ Authors:
184
185
Lukas Berk
185
186
Martin von Zweigbergk
186
187
Mathieu Bridon
187
- Mathieu Parent
188
188
Mathieu Pillard
189
189
Matthaus Woolard
190
190
Maxwell G
191
191
Michał Górny
192
+ Na'aman Hirschfeld
192
193
Nicolás Sanguinetti
193
194
Nikita Kartashov
194
195
Nikolai Zujev
195
196
Nils Philippsen
196
197
Noah Fontes
198
+ Or Hayat
197
199
Óscar San José
198
200
Patrick Lühne
199
201
Paul Wagland
@@ -215,6 +217,7 @@ Authors:
215
217
Steven Winfield
216
218
Tad Hardesty
217
219
Timo Röhling
220
+ Victor Florea
218
221
Vladimir Rutsky
219
222
Wim Jeantine-Glenn
220
223
Yu Jianjian
Original file line number Diff line number Diff line change 1
- # 1.16.0 (UNRELEASED )
1
+ # 1.16.0 (2024-10-11 )
2
2
3
3
- Add support for Python 3.13
4
4
10
10
- New ` Option.GET_MWINDOW_FILE_LIMIT ` and ` Option.SET_MWINDOW_FILE_LIMIT `
11
11
[ #1312 ] ( https://github.com/libgit2/pygit2/pull/1312 )
12
12
13
- - Fix overriding ` certficate_check (...)` callback via argument to ` RemoteCallbacks(...) `
13
+ - Fix overriding ` certificate_check (...)` callback via argument to ` RemoteCallbacks(...) `
14
14
[ #1321 ] ( https://github.com/libgit2/pygit2/pull/1321 )
15
15
16
16
- 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+
18
18
19
19
## Sponsors
20
20
21
- - [ Microsoft] ( https://github.com/microsoft )
22
-
23
21
Add your name and link here, [ become a
24
22
sponsor] ( https://github.com/sponsors/jdavid ) .
25
23
Original file line number Diff line number Diff line change 1
1
Friends of pygit2:
2
2
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 ) .
7
5
8
6
Past sponsors:
9
7
8
+ - [ Microsoft] ( https://github.com/microsoft )
10
9
- [ Iterative] ( https://iterative.ai/ )
11
10
- [ SourceHut] ( https://sourcehut.org )
12
11
- [ 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}
2
2
image : Visual Studio 2019
3
3
configuration : Release
4
4
environment :
Original file line number Diff line number Diff line change 22
22
# author = ''
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.15.1 '
25
+ release = '1.16.0 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 19
19
Sponsors
20
20
=====================================
21
21
22
- - `Microsoft <https://github.com/microsoft >`_
23
-
24
22
Add your name and link here, `become a sponsor <https://github.com/sponsors/jdavid >`_.
25
23
26
24
Original file line number Diff line number Diff line change 34
34
#
35
35
# The version number of pygit2
36
36
#
37
- __version__ = '1.15.1 '
37
+ __version__ = '1.16.0 '
38
38
39
39
40
40
#
You can’t perform that action at this time.
0 commit comments