Skip to content

Commit

Permalink
11.5.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 30, 2025
1 parent bd66c6c commit 9965dcc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@



## v11.5.3 (2025-01-30)

### Chore

* chore: remove py37 from testing

Ubuntu no longer supports it, so the tests fail when py37 can't be installed. ([`bd66c6c`](/~https://github.com/eyeonus/Trade-Dangerous/commit/bd66c6c585f8348d1fb29b9dc331ff153f91e7de))

### Fix

* fix: update `trade import` help message

Updated `trade import --help` message with Tromador's server address. ([`7fdba6e`](/~https://github.com/eyeonus/Trade-Dangerous/commit/7fdba6ed775628e6698f229cf881df79d02f99ac))

### Refactor

* refactor: remove DB changes

Two versions should be long enough that everyone's DB has been updated, no need to have this anymore.
If errors encountered, run eddblink with the `clean` option. ([`12f2adb`](/~https://github.com/eyeonus/Trade-Dangerous/commit/12f2adbff64d2b016dec6baa0e092debd1455bac))


## v11.5.2 (2024-06-15)

### Fix
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.5.2'
__version__ = '11.5.3'

0 comments on commit 9965dcc

Please sign in to comment.