Skip to content

Commit

Permalink
Release version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed May 10, 2023
1 parent ea0942d commit 52b517d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6 – 2023-05-10

- Fix bug in lwp offset calculation

## 0.1.5 – 2023-05-08

- Comment suspicious timezone conversion to make tests pass
Expand Down
2 changes: 1 addition & 1 deletion mwrpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 0
MINOR = 1
PATCH = 5
PATCH = 6
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 52b517d

Please sign in to comment.