Skip to content

Commit 8660f92

Browse files
committed
Release version 0.65.1
1 parent 5c0d86f commit 8660f92

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGES.rst

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

4-
0.65.0 (2026-07-27)
4+
0.65.1 (2026-08-01)
55
-------------------
66
------------------------
7+
- Fix timeline not being properly incremental. [Duncan Ogilvie]
8+
- Chore(deps): bump twine from 6.2.0 to 7.0.0 in the python-packages
9+
group. [dependabot[bot]]
10+
11+
Bumps the python-packages group with 1 update: [twine](https://github.com/pypa/twine).
12+
13+
14+
Updates `twine` from 6.2.0 to 7.0.0
15+
- [Release notes](https://github.com/pypa/twine/releases)
16+
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
17+
- [Commits](https://github.com/pypa/twine/compare/6.2.0...7.0.0)
18+
19+
---
20+
updated-dependencies:
21+
- dependency-name: twine
22+
dependency-version: 7.0.0
23+
dependency-type: direct:production
24+
update-type: version-update:semver-major
25+
dependency-group: python-packages
26+
...
27+
28+
29+
0.65.0 (2026-07-27)
30+
-------------------
731
- Refresh issue timelines when cross-references change (#168) [Rodos]
832

933
Cross-references do not change an issue's updated_at, so an incremental

github_backup/__init__.py

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

0 commit comments

Comments
 (0)