File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Authors::
32
32
Tamir Bahar
33
33
Valentin Haenel
34
34
Michael Jones
35
+ Saugat Pachhai
35
36
Bernardo Heynemann
36
37
Brodie Rao
37
38
John Szakmeister
@@ -42,7 +43,6 @@ Authors::
42
43
Lukas Fleischer
43
44
Nicolas Dandrimont
44
45
Raphael Medaer (Escaux)
45
- Saugat Pachhai
46
46
Anatoly Techtonik
47
47
Andrew Olsen
48
48
Dan Sully
Original file line number Diff line number Diff line change
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
+
1
14
1.11.0 (2022-11-06)
2
15
-------------------------
3
16
Original file line number Diff line number Diff line change 22
22
#author = ''
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.11.0 '
25
+ release = '1.11.1 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 35
35
#
36
36
# The version number of pygit2
37
37
#
38
- __version__ = '1.11.0 '
38
+ __version__ = '1.11.1 '
39
39
40
40
41
41
#
You can’t perform that action at this time.
0 commit comments