Skip to content

Commit d998aae

Browse files
authored
Prepare 0.3.0 release (#575)
1 parent f446de5 commit d998aae

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1616

1717
- Adopted [PEP 639](https://peps.python.org/pep-0639/) ([#534](https://github.com/pyg-team/pytorch-frame/pull/534))
1818

19-
### Deprecated
20-
2119
### Removed
2220

2321
- Removed support for Python 3.9 ([#558](https://github.com/pyg-team/pytorch-frame/pull/558))
2422

25-
### Fixed
26-
2723
## [0.2.5] - 2025-02-12
2824

2925
### Added

torch_frame/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
])
3535

3636
# https://peps.python.org/pep-0440/
37-
__version__ = '0.3.0.dev0'
37+
__version__ = '0.3.0'
3838

3939
__all__ = [
4040
'DataFrame',

0 commit comments

Comments
 (0)