Skip to content

Commit f1bbd24

Browse files
committed
Release 1.13.2
1 parent a9fe658 commit f1bbd24

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Authors::
169169
Jiri Benc
170170
Jonathan Robson
171171
Josh Bleecher Snyder
172+
Julia Evans
172173
Justin Clift
173174
Konstantinos Smanis
174175
Kyriakos Oikonomakos

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
1.13.2 (UNRELEASED)
1+
1.13.2 (2023-10-30)
22
-------------------------
33

44
- Support Python 3.12
55

6+
- Documentation updates
7+
`#1242 <https://github.com/libgit2/pygit2/pull/1242>`_
8+
69

710
1.13.1 (2023-09-24)
811
-------------------------

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.1'
25+
release = '1.13.2'
2626

2727

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

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ of Python and the required libgit2 version.
8686
+-----------+----------------+------------+
8787
| pygit2 | Python | libgit2 |
8888
+-----------+----------------+------------+
89-
| 1.13 | 3.8 - 3.11 | 1.7 |
89+
| 1.13 | 3.8 - 3.12 | 1.7 |
9090
+-----------+----------------+------------+
9191
| 1.12 | 3.8 - 3.11 | 1.6 |
9292
+-----------+----------------+------------+

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.1'
37+
__version__ = '1.13.2'
3838

3939

4040
#

0 commit comments

Comments
 (0)