Skip to content

Commit 6bd802e

Browse files
committed
update
1 parent 6c22779 commit 6bd802e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5+
6+
## [Unreleased] - YYYY-MM-DD
7+
8+
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
### Security
519

620
## [2.7.0] - 2025-10-14
721

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"
44

55
[project]
66
name="torch-geometric"
7-
version="2.7.0"
7+
version="2.8.0"
88
authors=[
99
{name="Matthias Fey", email="[email protected]"},
1010
]

torch_geometric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
contrib = LazyLoader('contrib', globals(), 'torch_geometric.contrib')
3232
graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')
3333

34-
__version__ = '2.7.0'
34+
__version__ = '2.8.0'
3535

3636
__all__ = [
3737
'Index',

0 commit comments

Comments
 (0)