Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Sep 7, 2023
1 parent e831cad commit 8f912e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Authors::
Dan Sully
David Versmisse
Mikhail Yushkovskiy
Peter Rowlands
Robin Stocker
Rohit Sanjay
Rémi Duraffort
Expand All @@ -69,7 +70,6 @@ Authors::
Leonardo Rhodes
Mark Adams
Nika Layzell
Peter Rowlands
Peter-Yi Zhang
Petr Viktorin
Robert Hölzl
Expand All @@ -86,6 +86,7 @@ Authors::
Arno van Lumig
Ben Davis
Colin Watson
Dan Yeaw
Dustin Raimondi
Eric Schrijver
Greg Fitzgerald
Expand Down Expand Up @@ -196,6 +197,7 @@ Authors::
Rodrigo Bistolfi
Ross Nicoll
Rui Abreu Ferreira
Sandro Jäckel
Saul Pwanson
Shane Turner
Sheeo
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
1.13.0 (UNRELEASED)
1.13.0 (2023-09-07)
-------------------------

- Upgrade to libgit2 v1.7.1

- Don't distribute wheels for pypy, only universal wheels for macOS

- New `Repository.remotes.create_anonymous(url)`
- New ``Repository.remotes.create_anonymous(url)``
`#1229 <https://github.com/libgit2/pygit2/pull/1229>`_

- docs: update links to pypi, pygit2.org
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#author = ''

# The full version, including alpha/beta/rc tags
release = '1.12.2'
release = '1.13.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pygit2/_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#
# The version number of pygit2
#
__version__ = '1.12.2'
__version__ = '1.13.0'


#
Expand Down

0 comments on commit 8f912e1

Please sign in to comment.