Skip to content

Commit 380c1e9

Browse files
committed
update: version to 0.1.5
1 parent d3a97f9 commit 380c1e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.5] - 2025-02-18
11+
1012
### Add
1113
- Added `ax` support for `plot`
1214
- Added `Apple M1` support

toad/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = (0, 1, 4, 'final', 0)
1+
__version_info__ = (0, 1, 5, 'final', 0)
22

33
def get_version(version):
44
main = '.'.join(str(x) for x in version[:3])

0 commit comments

Comments
 (0)