Skip to content

Commit 0c2af70

Browse files
committed
Release 1.16.0
1 parent bedf899 commit 0c2af70

File tree

9 files changed

+13
-14
lines changed

9 files changed

+13
-14
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Sukhman Bhuller <[email protected]>
3030
Tamir Bahar <[email protected]> <tmr232@github>
3131
3232
33+
Victor Florea <[email protected]>
3334
Vlad Temian <[email protected]>
3435
Wim Jeantine-Glenn <[email protected]>
3536
Xavier Delannoy <[email protected]>

AUTHORS.md

+4-1
Original file line numberDiff line numberDiff 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

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.16.0 (UNRELEASED)
1+
# 1.16.0 (2024-10-11)
22

33
- Add support for Python 3.13
44

@@ -10,7 +10,7 @@
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

README.md

-2
Original file line numberDiff line numberDiff 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-
2321
Add your name and link here, [become a
2422
sponsor](https://github.com/sponsors/jdavid).
2523

SPONSORS.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Friends 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

86
Past sponsors:
97

8+
- [Microsoft](https://github.com/microsoft)
109
- [Iterative](https://iterative.ai/)
1110
- [SourceHut](https://sourcehut.org)
1211
- [GitHub](https://github.com/github)

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.15.{build}
1+
version: 1.16.{build}
22
image: Visual Studio 2019
33
configuration: Release
44
environment:

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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 ---------------------------------------------------

docs/index.rst

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Links
1919
Sponsors
2020
=====================================
2121

22-
- `Microsoft <https://github.com/microsoft>`_
23-
2422
Add your name and link here, `become a sponsor <https://github.com/sponsors/jdavid>`_.
2523

2624

pygit2/_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.15.1'
37+
__version__ = '1.16.0'
3838

3939

4040
#

0 commit comments

Comments
 (0)