Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a29fc3a

Browse files
committed
Release 1.7.1
1 parent 524fbc9 commit a29fc3a

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

AUTHORS.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Authors::
4848
Robin Stocker
4949
Rémi Duraffort
5050
Santiago Perez De Rosso
51+
Saugat Pachhai
5152
Sebastian Thiel
5253
Thom Wiggers
5354
Alexander Linne
@@ -69,6 +70,7 @@ Authors::
6970
Ron Cohen
7071
Sebastian Böhm
7172
Thomas Kluyver
73+
Tyler Cipriani
7274
Alex Chamberlain
7375
Alexander Bayandin
7476
Amit Bakshi
@@ -85,6 +87,7 @@ Authors::
8587
Huang Huang
8688
Ian P. McCullough
8789
Igor Gnatenko
90+
Iliyas Jorio
8891
Insomnia
8992
Jack O'Connor
9093
Jared Flatow
@@ -101,9 +104,9 @@ Authors::
101104
Natanael Arndt
102105
Ondřej Nový
103106
Sarath Lakshman
104-
Saugat Pachhai
105107
Szucs Krisztian
106108
Vicent Marti
109+
Zbigniew Jędrzejewski-Szmek
107110
Zoran Zaric
108111
Adam Spiers
109112
Andrew Chin
@@ -145,7 +148,6 @@ Authors::
145148
Gustavo Di Pietro
146149
Holger Frey
147150
Hugh Cole-Baker
148-
Iliyas Jorio
149151
Isabella Stephens
150152
Jasper Lievisse Adriaanse
151153
Jiri Benc

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.7.1 (UNRELEASED)
1+
1.7.1 (2021-11-19)
22
-------------------------
33

44
- New ``Repository.amend_commit(...)``
@@ -13,8 +13,9 @@
1313
- Changed: now ``DiffDelta.is_binary`` returns ``None`` if the file data has
1414
not yet been loaded, cf. `#962 <https://github.com/libgit2/pygit2/issues/962>`_
1515

16-
- Documentation: update theme and add missing functions
16+
- Document ``Repository.get_attr(...)`` and update theme
1717
`#1017 <https://github.com/libgit2/pygit2/issues/1017>`_
18+
`#1105 <https://github.com/libgit2/pygit2/pull/1105>`_
1819

1920

2021
1.7.0 (2021-10-08)

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.7.0'
25+
release = '1.7.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.7.0'
38+
__version__ = '1.7.1'
3939

4040

4141
#

0 commit comments

Comments
 (0)