Skip to content

Commit a011e26

Browse files
committed
Release 1.17.0
1 parent f362f1d commit a011e26

File tree

126 files changed

+136
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+136
-127
lines changed

AUTHORS.md

Lines changed: 5 additions & 0 deletions

CHANGELOG.md

Lines changed: 5 additions & 1 deletion

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.16.{build}
1+
version: 1.17.{build}
22
image: Visual Studio 2019
33
configuration: Release
44
environment:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'pygit2'
21-
copyright = '2010-2024 The pygit2 contributors'
21+
copyright = '2010-2025 The pygit2 contributors'
2222
# author = ''
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.16.0'
25+
release = '1.17.0'
2626

2727

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

pygit2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.16.0'
37+
__version__ = '1.17.0'
3838

3939

4040
#

pygit2/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/blame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/branches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/ffi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/legacyenums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/packbuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/refspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/remotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/submodules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

pygit2/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2024 The pygit2 contributors
1+
# Copyright 2010-2025 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

src/blob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/branch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/diff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/filter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/mailmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/mailmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/note.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/note.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/odb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/odb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/odb_backend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/odb_backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/oid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/oid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

src/patch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2024 The pygit2 contributors
2+
* Copyright 2010-2025 The pygit2 contributors
33
*
44
* This file is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License, version 2,

0 commit comments

Comments
 (0)