Skip to content

Commit f9ce0fa

Browse files
committed
Release version 0.63.0
1 parent 4b88dd9 commit f9ce0fa

2 files changed

Lines changed: 48 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,55 @@
11
Changelog
22
=========
33

4-
0.62.1 (2026-04-30)
4+
0.63.0 (2026-06-17)
55
-------------------
66
------------------------
7+
- Skip repositories with pull requests disabled (HTTP 404) instead of
8+
crashing (#511) [Rodos]
9+
10+
Also harden the advisories/hooks 404 checks to match HTTPError.code instead of a substring.
11+
- Chore(deps): bump pytest in the python-packages group.
12+
[dependabot[bot]]
13+
14+
Bumps the python-packages group with 1 update: [pytest](https://github.com/pytest-dev/pytest).
15+
16+
17+
Updates `pytest` from 9.0.3 to 9.1.0
18+
- [Release notes](https://github.com/pytest-dev/pytest/releases)
19+
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
20+
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0)
21+
22+
---
23+
updated-dependencies:
24+
- dependency-name: pytest
25+
dependency-version: 9.1.0
26+
dependency-type: direct:production
27+
update-type: version-update:semver-minor
28+
dependency-group: python-packages
29+
...
30+
- Chore(deps): bump black in the python-packages group.
31+
[dependabot[bot]]
32+
33+
Bumps the python-packages group with 1 update: [black](https://github.com/psf/black).
34+
35+
36+
Updates `black` from 26.3.1 to 26.5.1
37+
- [Release notes](https://github.com/psf/black/releases)
38+
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
39+
- [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1)
40+
41+
---
42+
updated-dependencies:
43+
- dependency-name: black
44+
dependency-version: 26.5.1
45+
dependency-type: direct:production
46+
update-type: version-update:semver-minor
47+
dependency-group: python-packages
48+
...
49+
50+
51+
0.62.1 (2026-04-30)
52+
-------------------
753
- Document that nothing is saved by default. [Changaco]
854
- Eliminate trailing spaces. [Changaco]
955
- Remove pointless and unsafe `export`s in examples. [Changaco]

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.62.1"
1+
__version__ = "0.63.0"

0 commit comments

Comments
 (0)