Skip to content

Commit daa1d48

Browse files
committed
Release 1.13.3
1 parent 6e34900 commit daa1d48

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

AUTHORS.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,42 @@ Authors::
44
Carlos Martín Nieto
55
Nico von Geyso
66
Sviatoslav Sydorenko
7-
Robert Coup
7+
Iliyas Jorio
88
Matthias Bartelmeß
9+
Robert Coup
910
W. Trevor King
10-
Iliyas Jorio
1111
Drew DeVault
1212
Dave Borowitz
1313
Brandon Milton
1414
Daniel Rodríguez Troitiño
15+
Peter Rowlands
1516
Richo Healey
1617
Christian Boos
1718
Julien Miotte
1819
Nick Hynes
1920
Richard Möhn
2021
Xu Tao
21-
Jose Plana
2222
Matthew Duggan
2323
Matthew Gamble
2424
Jeremy Westwood
25+
Jose Plana
2526
Martin Lenders
26-
Petr Hosek
2727
Sriram Raghu
2828
Victor Garcia
29-
Xavier Delannoy
3029
Yonggang Luo
3130
Patrick Steinhardt
31+
Petr Hosek
3232
Tamir Bahar
3333
Valentin Haenel
34+
Xavier Delannoy
3435
Michael Jones
3536
Saugat Pachhai
3637
Bernardo Heynemann
37-
Brodie Rao
3838
John Szakmeister
3939
Nabijacz Leweli
4040
Simon Cozens
4141
Vlad Temian
42+
Brodie Rao
4243
Chad Dombrova
4344
Lukas Fleischer
4445
Mathias Leppich
@@ -49,7 +50,6 @@ Authors::
4950
Dan Sully
5051
David Versmisse
5152
Mikhail Yushkovskiy
52-
Peter Rowlands
5353
Robin Stocker
5454
Rohit Sanjay
5555
Rémi Duraffort
@@ -119,6 +119,7 @@ Authors::
119119
Vicent Marti
120120
Zbigniew Jędrzejewski-Szmek
121121
Zoran Zaric
122+
nikitalita
122123
Adam Gausmann
123124
Adam Spiers
124125
Albin Söderström

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.13.3 (UNRELEASED)
1+
1.13.3 (2023-11-21)
22
-------------------------
33

44
- New API for filters in Python
@@ -10,11 +10,12 @@
1010
`#1245 <https://github.com/libgit2/pygit2/pull/1245>`_
1111
`#1246 <https://github.com/libgit2/pygit2/pull/1246>`_
1212

13-
- New submodule ``init(...)``, ``update(...)`` and ``reload(...)`` functions;
14-
new repository ``submodule_cache_all()``, ``submodule_cache_clear()`` and
15-
``submodule_status(...)`` functions
13+
- New submodule ``init(...)``, ``update(...)`` and ``reload(...)`` functions
1614
`#1248 <https://github.com/libgit2/pygit2/pull/1248>`_
1715

16+
- Release GIL in ``Walker.__next__``
17+
`#1249 <https://github.com/libgit2/pygit2/pull/1249>`_
18+
1819
- Type hints for submodule functions in ``Repository``
1920
`#1247 <https://github.com/libgit2/pygit2/pull/1247>`_
2021

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.13.2'
25+
release = '1.13.3'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/submodule.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ dedicated subdirectory of the repositories tree.
77

88
.. autoclass:: pygit2.Repository
99
:members: add_submodule, init_submodules, listall_submodules,
10-
lookup_submodule, update_submodules, submodule_status, submodule_cache_all,
11-
submodule_cache_clear
10+
lookup_submodule, update_submodules
1211

1312
:noindex:
1413

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.13.2'
37+
__version__ = '1.13.3'
3838

3939

4040
#

0 commit comments

Comments
 (0)