Skip to content

Commit

Permalink
Release 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Nov 21, 2023
1 parent 6e34900 commit daa1d48
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
15 changes: 8 additions & 7 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,42 @@ Authors::
Carlos Martín Nieto
Nico von Geyso
Sviatoslav Sydorenko
Robert Coup
Iliyas Jorio
Matthias Bartelmeß
Robert Coup
W. Trevor King
Iliyas Jorio
Drew DeVault
Dave Borowitz
Brandon Milton
Daniel Rodríguez Troitiño
Peter Rowlands
Richo Healey
Christian Boos
Julien Miotte
Nick Hynes
Richard Möhn
Xu Tao
Jose Plana
Matthew Duggan
Matthew Gamble
Jeremy Westwood
Jose Plana
Martin Lenders
Petr Hosek
Sriram Raghu
Victor Garcia
Xavier Delannoy
Yonggang Luo
Patrick Steinhardt
Petr Hosek
Tamir Bahar
Valentin Haenel
Xavier Delannoy
Michael Jones
Saugat Pachhai
Bernardo Heynemann
Brodie Rao
John Szakmeister
Nabijacz Leweli
Simon Cozens
Vlad Temian
Brodie Rao
Chad Dombrova
Lukas Fleischer
Mathias Leppich
Expand All @@ -49,7 +50,6 @@ Authors::
Dan Sully
David Versmisse
Mikhail Yushkovskiy
Peter Rowlands
Robin Stocker
Rohit Sanjay
Rémi Duraffort
Expand Down Expand Up @@ -119,6 +119,7 @@ Authors::
Vicent Marti
Zbigniew Jędrzejewski-Szmek
Zoran Zaric
nikitalita
Adam Gausmann
Adam Spiers
Albin Söderström
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.13.3 (UNRELEASED)
1.13.3 (2023-11-21)
-------------------------

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

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

- Release GIL in ``Walker.__next__``
`#1249 <https://github.com/libgit2/pygit2/pull/1249>`_

- Type hints for submodule functions in ``Repository``
`#1247 <https://github.com/libgit2/pygit2/pull/1247>`_

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.13.2'
release = '1.13.3'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions docs/submodule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ dedicated subdirectory of the repositories tree.

.. autoclass:: pygit2.Repository
:members: add_submodule, init_submodules, listall_submodules,
lookup_submodule, update_submodules, submodule_status, submodule_cache_all,
submodule_cache_clear
lookup_submodule, update_submodules

:noindex:

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.13.2'
__version__ = '1.13.3'


#
Expand Down

0 comments on commit daa1d48

Please sign in to comment.