Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Oct 11, 2024
1 parent bedf899 commit 0c2af70
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 14 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Sukhman Bhuller <[email protected]>
Tamir Bahar <[email protected]> <tmr232@github>
Tamir Bahar <[email protected]> <[email protected]>
Victor Garcia <[email protected]> <[email protected]>
Victor Florea <[email protected]>
Vlad Temian <[email protected]>
Wim Jeantine-Glenn <[email protected]>
Xavier Delannoy <[email protected]>
Expand Down
5 changes: 4 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Authors:
Kevin KIN-FOO
Marcel Waldvogel
Masud Rahman
Mathieu Parent
Michael Sondergaard
Natanael Arndt
Ondřej Nový
Expand Down Expand Up @@ -184,16 +185,17 @@ Authors:
Lukas Berk
Martin von Zweigbergk
Mathieu Bridon
Mathieu Parent
Mathieu Pillard
Matthaus Woolard
Maxwell G
Michał Górny
Na'aman Hirschfeld
Nicolás Sanguinetti
Nikita Kartashov
Nikolai Zujev
Nils Philippsen
Noah Fontes
Or Hayat
Óscar San José
Patrick Lühne
Paul Wagland
Expand All @@ -215,6 +217,7 @@ Authors:
Steven Winfield
Tad Hardesty
Timo Röhling
Victor Florea
Vladimir Rutsky
Wim Jeantine-Glenn
Yu Jianjian
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.16.0 (UNRELEASED)
# 1.16.0 (2024-10-11)

- Add support for Python 3.13

Expand All @@ -10,7 +10,7 @@
- New `Option.GET_MWINDOW_FILE_LIMIT` and `Option.SET_MWINDOW_FILE_LIMIT`
[#1312](https://github.com/libgit2/pygit2/pull/1312)

- Fix overriding `certficate_check(...)` callback via argument to `RemoteCallbacks(...)`
- Fix overriding `certificate_check(...)` callback via argument to `RemoteCallbacks(...)`
[#1321](https://github.com/libgit2/pygit2/pull/1321)

- Add py.typed
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Supports Python 3.10 to 3.13 and PyPy3 7.3+

## Sponsors

- [Microsoft](https://github.com/microsoft)

Add your name and link here, [become a
sponsor](https://github.com/sponsors/jdavid).

Expand Down
7 changes: 3 additions & 4 deletions SPONSORS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Friends of pygit2:

- [Microsoft](https://github.com/microsoft)

Add your name to the list,
[become a friend of pygit2](https://github.com/sponsors/jdavid).
- Add your name to the list,
[become a friend of pygit2](https://github.com/sponsors/jdavid).

Past sponsors:

- [Microsoft](https://github.com/microsoft)
- [Iterative](https://iterative.ai/)
- [SourceHut](https://sourcehut.org)
- [GitHub](https://github.com/github)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.15.{build}
version: 1.16.{build}
image: Visual Studio 2019
configuration: Release
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# author = ''

# The full version, including alpha/beta/rc tags
release = '1.15.1'
release = '1.16.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Links
Sponsors
=====================================

- `Microsoft <https://github.com/microsoft>`_

Add your name and link here, `become a sponsor <https://github.com/sponsors/jdavid>`_.


Expand Down
2 changes: 1 addition & 1 deletion pygit2/_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#
# The version number of pygit2
#
__version__ = '1.15.1'
__version__ = '1.16.0'


#
Expand Down

0 comments on commit 0c2af70

Please sign in to comment.