Skip to content

Commit cd02a4b

Browse files
committed
version bump
1 parent b2f37a1 commit cd02a4b

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8-
## Changed
8+
## [3.6.1]
9+
10+
### Changed
911
- local version identifier uses only ASCII letters/numbers and periods (PEP 440)
1012
- actively supporting python 3.11-3.14
1113
- `Data.create_constant`: allow kwargs to be passed to the constant creation
@@ -435,8 +437,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
435437
### Added
436438
- initial release
437439

438-
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.6.0...master
439-
[3.6.0]: https://github.com/wright-group/WrightTools/-/compare/3.5.5...3.6.0
440+
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.6.1...master
441+
[3.6.1]: https://github.com/wright-group/WrightTools/compare/3.6.0...3.6.1
442+
[3.6.0]: https://github.com/wright-group/WrightTools/compare/3.5.5...3.6.0
440443
[3.5.5]: https://github.com/wright-group/WrightTools/compare/3.5.3...3.5.5
441444
[3.5.4]: https://github.com/wright-group/WrightTools/compare/3.5.3...3.5.4
442445
[3.5.3]: https://github.com/wright-group/WrightTools/compare/3.5.2...3.5.3

WrightTools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.6.1

0 commit comments

Comments
 (0)