Skip to content

Commit da30d6e

Browse files
authored
Releasing v2.6.1 (#3230)
1 parent f997a2f commit da30d6e

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

doc/changes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Change log
44
Stable versions
55
~~~~~~~~~~~~~~~
66

7+
Version 2.6.1 (February 21, 2025)
8+
---------------------------------
9+
10+
Bug Fixes
11+
^^^^^^^^^
12+
* Fix broken pickle support for ``Auth`` classes (`#3211 <https://github.com/PyGithub/PyGithub/pull/3211>`_) (`f975552a <https://github.com/PyGithub/PyGithub/commit/f975552a>`_)
13+
* Remove schema from ``Deployment``, remove ``message`` attribute (`#3223 <https://github.com/PyGithub/PyGithub/pull/3223>`_) (`d12e7d4c <https://github.com/PyGithub/PyGithub/commit/d12e7d4c>`_)
14+
* Fix incorrect deprecated import (`#3225 <https://github.com/PyGithub/PyGithub/pull/3225>`_) (`93297440 <https://github.com/PyGithub/PyGithub/commit/93297440>`_)
15+
* Add ``CodeSecurityConfigRepository`` returned by ``get_repos_for_code_security_config`` (`#3219 <https://github.com/PyGithub/PyGithub/pull/3219>`_) (`f997a2f6 <https://github.com/PyGithub/PyGithub/commit/f997a2f6>`_)
16+
* Make ``GitTag.verification`` return ``GitCommitVerification`` (`#3226 <https://github.com/PyGithub/PyGithub/pull/3226>`_) (`048a1a38 <https://github.com/PyGithub/PyGithub/commit/048a1a38>`_)
17+
18+
Maintenance
19+
^^^^^^^^^^^
20+
* Mention removal of ``AppAuth.private_key`` in changelog (`#3212 <https://github.com/PyGithub/PyGithub/pull/3212>`_) (`f5dc1c76 <https://github.com/PyGithub/PyGithub/commit/f5dc1c76>`_)
21+
722
Version 2.6.0 (February 15, 2025)
823
---------------------------------
924

github/CodeSecurityConfigRepository.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
############################ Copyrights and license ############################
22
# #
3+
# Copyright 2024 Enrico Minack <[email protected]> #
4+
# Copyright 2024 Jirka Borovec <[email protected]> #
5+
# Copyright 2024 Thomas Cooper <[email protected]> #
6+
# Copyright 2025 Enrico Minack <[email protected]> #
37
# #
48
# This file is part of PyGithub. #
59
# http://pygithub.readthedocs.io/ #

tests/GitCommitVerification.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# #
33
# Copyright 2021 Claire Johns <[email protected]> #
44
# Copyright 2023 Enrico Minack <[email protected]> #
5+
# Copyright 2025 Enrico Minack <[email protected]> #
56
# Copyright 2025 Tim Gates <[email protected]> #
67
# #
78
# This file is part of PyGithub. #

0 commit comments

Comments
 (0)