diff --git a/AUTHORS.rst b/AUTHORS.rst index d71c2705f..ec83e6973 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -48,6 +48,7 @@ Authors:: Robin Stocker Rémi Duraffort Santiago Perez De Rosso + Saugat Pachhai Sebastian Thiel Thom Wiggers Alexander Linne @@ -69,6 +70,7 @@ Authors:: Ron Cohen Sebastian Böhm Thomas Kluyver + Tyler Cipriani Alex Chamberlain Alexander Bayandin Amit Bakshi @@ -85,6 +87,7 @@ Authors:: Huang Huang Ian P. McCullough Igor Gnatenko + Iliyas Jorio Insomnia Jack O'Connor Jared Flatow @@ -101,9 +104,9 @@ Authors:: Natanael Arndt Ondřej Nový Sarath Lakshman - Saugat Pachhai Szucs Krisztian Vicent Marti + Zbigniew Jędrzejewski-Szmek Zoran Zaric Adam Spiers Andrew Chin @@ -145,7 +148,6 @@ Authors:: Gustavo Di Pietro Holger Frey Hugh Cole-Baker - Iliyas Jorio Isabella Stephens Jasper Lievisse Adriaanse Jiri Benc diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9bdf5b10b..1116c8f22 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -1.7.1 (UNRELEASED) +1.7.1 (2021-11-19) ------------------------- - New ``Repository.amend_commit(...)`` @@ -13,8 +13,9 @@ - Changed: now ``DiffDelta.is_binary`` returns ``None`` if the file data has not yet been loaded, cf. `#962 `_ -- Documentation: update theme and add missing functions +- Document ``Repository.get_attr(...)`` and update theme `#1017 `_ + `#1105 `_ 1.7.0 (2021-10-08) diff --git a/docs/conf.py b/docs/conf.py index 9ea15d023..17ebb5d3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ #author = '' # The full version, including alpha/beta/rc tags -release = '1.7.0' +release = '1.7.1' # -- General configuration --------------------------------------------------- diff --git a/pygit2/_build.py b/pygit2/_build.py index 85dbb1d4d..b57ebebf0 100644 --- a/pygit2/_build.py +++ b/pygit2/_build.py @@ -35,7 +35,7 @@ # # The version number of pygit2 # -__version__ = '1.7.0' +__version__ = '1.7.1' #