Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Nov 6, 2020
1 parent d13fd3b commit 57b03b8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Authors::
Nicolas Dandrimont
Raphael Medaer (Escaux)
Anatoly Techtonik
Andrew Olsen
Dan Sully
David Versmisse
Mikhail Yushkovskiy
Expand All @@ -50,7 +51,6 @@ Authors::
Thom Wiggers
Alexander Linne
Alok Singhal
Andrew Olsen
Assaf Nativ
Bob Carroll
Erik Johnson
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.0 (UNRELEASED)
1.4.0 (2020-11-06)
-------------------------

- Upgrade to libgit2 1.1, new ``GIT_BLAME_IGNORE_WHITESPACE`` constant
Expand All @@ -9,16 +9,16 @@

- Drop support for PyPy3 7.2

- New optional ``flags`` argument in ``Repository.__init__(...)``,
new ``GIT_REPOSITORY_OPEN_*`` constants
`#1044 <https://github.com/libgit2/pygit2/pull/1044>`_

- Documentation
`#509 <https://github.com/libgit2/pygit2/issues/509>`_
`#752 <https://github.com/libgit2/pygit2/issues/752>`_
`#1037 <https://github.com/libgit2/pygit2/issues/1037>`_
`#1045 <https://github.com/libgit2/pygit2/issues/1045>`_

- ``Repository.__init__(...)`` now takes flags eg ``GIT_REPOSITORY_OPEN_BARE``,
new ``GIT_REPOSITORY_OPEN_*`` constants
`#1044 <https://github.com/libgit2/pygit2/pull/1044>`_


1.3.0 (2020-09-18)
-------------------------
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.3.{build}
version: 1.4.{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.3.0'
release = '1.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/index_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ represent the status of the file in the working directory relative to the
index.



Checkout
====================

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.3.0'
__version__ = '1.4.0'


#
Expand Down

0 comments on commit 57b03b8

Please sign in to comment.