Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 23, 2021
1 parent 145499f commit 84e183b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Christian Boos <[email protected]> <[email protected]>
Guillermo Pérez <[email protected]> <[email protected]>
Gustavo Di Pietro <[email protected]>
J. David Ibáñez <[email protected]> <[email protected]>
Jeremy Westwood <[email protected]>
Jose Plana <[email protected]> <[email protected]>
Kaarel Kitsemets <[email protected]>
Lukas Fleischer <[email protected]> <[email protected]>
Expand Down
7 changes: 6 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Authors::
Carlos Martín Nieto
Nico von Geyso
Sviatoslav Sydorenko
Matthias Bartelmeß
Robert Coup
Matthias Bartelmeß
W. Trevor King
Drew DeVault
Dave Borowitz
Expand All @@ -20,6 +20,7 @@ Authors::
Jose Plana
Matthew Duggan
Matthew Gamble
Jeremy Westwood
Martin Lenders
Petr Hosek
Sriram Raghu
Expand Down Expand Up @@ -119,6 +120,7 @@ Authors::
Chris Jerdonek
Chris Rebert
Christopher Hunt
Craig de Stigter
Cristian Hotea
Cyril Jouve
Dan Cecile
Expand All @@ -141,6 +143,7 @@ Authors::
Hugh Cole-Baker
Isabella Stephens
Jasper Lievisse Adriaanse
Jiri Benc
Jonathan Robson
Josh Bleecher Snyder
Justin Clift
Expand All @@ -159,6 +162,7 @@ Authors::
Patrick Lühne
Paul Wagland
Peter Dave Hello
Peter Rowlands
Philippe Ombredanne
Ram Rachum
Remy Suen
Expand All @@ -171,6 +175,7 @@ Authors::
Sheeo
Soasme
Steven Winfield
Tad Hardesty
Vladimir Rutsky
Yu Jianjian
buhl
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.0 (UNRELEASED)
1.5.0 (2021-01-23)
-------------------------

- New ``PackBuilder`` class and ``Repository.pack(...)``
Expand All @@ -10,7 +10,7 @@
- New ``Repository.is_shallow``
`#1058 <https://github.com/libgit2/pygit2/pull/1058>`_

- New optional ``message`` argument for ``Repository.create_reference(...)``
- New optional ``message`` argument in ``Repository.create_reference(...)``
`#1061 <https://github.com/libgit2/pygit2/pull/1061>`_
`#1043 <https://github.com/libgit2/pygit2/issues/1043>`_

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.4.{build}
version: 1.5.{build}
image: Visual Studio 2019
configuration: Release
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#author = ''

# The full version, including alpha/beta/rc tags
release = '1.4.0'
release = '1.5.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ of Python and the required libgit2 version.
+-----------+----------------+----------------+
| pygit2 | Python | libgit2 |
+-----------+----------------+----------------+
| 1.5.x | 3.6 - 3.9 | 1.1.x |
+-----------+----------------+----------------+
| 1.4.x | 3.6 - 3.9 | 1.1.x |
+-----------+----------------+----------------+
| 1.3.x | 3.6 - 3.8 | 1.0.x |
Expand Down
2 changes: 1 addition & 1 deletion pygit2/_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
# The version number of pygit2
#
__version__ = '1.4.0'
__version__ = '1.5.0'


#
Expand Down

0 comments on commit 84e183b

Please sign in to comment.