Skip to content

Commit 8427c85

Browse files
committed
Release 0.15.1
1 parent 511ccd9 commit 8427c85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Authors:
5050
Dan Sully
5151
David Versmisse
5252
Grégory Herrero
53+
Michał Kępień
5354
Mikhail Yushkovskiy
5455
Robin Stocker
5556
Rohit Sanjay
@@ -72,7 +73,6 @@ Authors:
7273
Jason Ziglar
7374
Leonardo Rhodes
7475
Mark Adams
75-
Michał Kępień
7676
Nika Layzell
7777
Peter-Yi Zhang
7878
Petr Viktorin

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.15.1 (UNRELEASED)
1+
# 1.15.1 (2024-07-07)
22

33
- New `Repository.revert(...)`
44
[#1297](https://github.com/libgit2/pygit2/pull/1297)

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.15.0'
25+
release = '1.15.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.15.0'
37+
__version__ = '1.15.1'
3838

3939

4040
#

0 commit comments

Comments
 (0)