Skip to content

Commit

Permalink
11.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 1, 2024
1 parent 1743f9f commit ba927f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v11.1.5 (2024-05-01)

### Documentation

* docs: correct web page ([`f71dca3`](https://github.com/eyeonus/Trade-Dangerous/commit/f71dca3b1d8a98edc5b5adf7964b56473b87e088))

### Fix

* fix: parse the dates in a locale-agnostic manner

fixes #149 ([`1743f9f`](https://github.com/eyeonus/Trade-Dangerous/commit/1743f9f2609105b604e9db48b8df1a8973eb8c6c))


## v11.1.4 (2024-04-30)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion tradedangerous/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"""just keeper of current version"""

# TODO: remember to update tests when version changes
__version__ = '11.1.4'
__version__ = '11.1.5'

0 comments on commit ba927f4

Please sign in to comment.