File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Authors::
48
48
Robin Stocker
49
49
Rémi Duraffort
50
50
Santiago Perez De Rosso
51
+ Saugat Pachhai
51
52
Sebastian Thiel
52
53
Thom Wiggers
53
54
Alexander Linne
@@ -69,6 +70,7 @@ Authors::
69
70
Ron Cohen
70
71
Sebastian Böhm
71
72
Thomas Kluyver
73
+ Tyler Cipriani
72
74
Alex Chamberlain
73
75
Alexander Bayandin
74
76
Amit Bakshi
@@ -85,6 +87,7 @@ Authors::
85
87
Huang Huang
86
88
Ian P. McCullough
87
89
Igor Gnatenko
90
+ Iliyas Jorio
88
91
Insomnia
89
92
Jack O'Connor
90
93
Jared Flatow
@@ -101,9 +104,9 @@ Authors::
101
104
Natanael Arndt
102
105
Ondřej Nový
103
106
Sarath Lakshman
104
- Saugat Pachhai
105
107
Szucs Krisztian
106
108
Vicent Marti
109
+ Zbigniew Jędrzejewski-Szmek
107
110
Zoran Zaric
108
111
Adam Spiers
109
112
Andrew Chin
@@ -145,7 +148,6 @@ Authors::
145
148
Gustavo Di Pietro
146
149
Holger Frey
147
150
Hugh Cole-Baker
148
- Iliyas Jorio
149
151
Isabella Stephens
150
152
Jasper Lievisse Adriaanse
151
153
Jiri Benc
Original file line number Diff line number Diff line change 1
- 1.7.1 (UNRELEASED )
1
+ 1.7.1 (2021-11-19 )
2
2
-------------------------
3
3
4
4
- New ``Repository.amend_commit(...) ``
13
13
- Changed: now ``DiffDelta.is_binary `` returns ``None `` if the file data has
14
14
not yet been loaded, cf. `#962 <https://github.com/libgit2/pygit2/issues/962 >`_
15
15
16
- - Documentation: update theme and add missing functions
16
+ - Document `` Repository.get_attr(...) `` and update theme
17
17
`#1017 <https://github.com/libgit2/pygit2/issues/1017 >`_
18
+ `#1105 <https://github.com/libgit2/pygit2/pull/1105 >`_
18
19
19
20
20
21
1.7.0 (2021-10-08)
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.7.0 '
25
+ release = '1.7.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.7.0 '
38
+ __version__ = '1.7.1 '
39
39
40
40
41
41
#
You can’t perform that action at this time.
0 commit comments