Skip to content

Commit 6083f1c

Browse files
committed
update versions
1 parent 3ff1487 commit 6083f1c

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
attributes:
3232
label: Version
3333
description: What version of PhysicsNeMo are you running?
34-
placeholder: "example: 2.0.0"
34+
placeholder: "example: 2.1.0"
3535
validations:
3636
required: true
3737

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [2.2.0] - 2026-XX-YY
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
### Dependencies
24+
925
## [2.1.0] - 2026-05-26
1026

1127
### Added

physicsnemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
wp.config.quiet = True
2626

27-
__version__ = "2.1.0"
27+
__version__ = "2.2.0a0"
2828

2929

3030
# Backwards-compatibility is opt-in. Enable with env var or via enable_compat().

0 commit comments

Comments
 (0)