Skip to content

Commit 1e426fa

Browse files
committed
Release 1.11.1
1 parent fcaae91 commit 1e426fa

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Authors::
3232
Tamir Bahar
3333
Valentin Haenel
3434
Michael Jones
35+
Saugat Pachhai
3536
Bernardo Heynemann
3637
Brodie Rao
3738
John Szakmeister
@@ -42,7 +43,6 @@ Authors::
4243
Lukas Fleischer
4344
Nicolas Dandrimont
4445
Raphael Medaer (Escaux)
45-
Saugat Pachhai
4646
Anatoly Techtonik
4747
Andrew Olsen
4848
Dan Sully

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
1.11.1 (2022-11-09)
2+
-------------------------
3+
4+
- Fix Linux wheels, downgrade to manylinux 2_24
5+
`#1176 <https://github.com/libgit2/pygit2/issues/1176>`_
6+
7+
- Windows wheels for Python 3.11
8+
`#1177 <https://github.com/libgit2/pygit2/pull/1177>`_
9+
10+
- CI: Use 3.11 final release for testing
11+
`#1178 <https://github.com/libgit2/pygit2/pull/1178>`_
12+
13+
114
1.11.0 (2022-11-06)
215
-------------------------
316

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.11.0'
25+
release = '1.11.1'
2626

2727

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

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636
# The version number of pygit2
3737
#
38-
__version__ = '1.11.0'
38+
__version__ = '1.11.1'
3939

4040

4141
#

0 commit comments

Comments
 (0)