Skip to content

Commit 9965dcc

Browse files
author
github-actions
committed
11.5.3
Automatically generated by python-semantic-release
1 parent bd66c6c commit 9965dcc

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33

44

5+
## v11.5.3 (2025-01-30)
6+
7+
### Chore
8+
9+
* chore: remove py37 from testing
10+
11+
Ubuntu no longer supports it, so the tests fail when py37 can't be installed. ([`bd66c6c`](https://github.com/eyeonus/Trade-Dangerous/commit/bd66c6c585f8348d1fb29b9dc331ff153f91e7de))
12+
13+
### Fix
14+
15+
* fix: update `trade import` help message
16+
17+
Updated `trade import --help` message with Tromador's server address. ([`7fdba6e`](https://github.com/eyeonus/Trade-Dangerous/commit/7fdba6ed775628e6698f229cf881df79d02f99ac))
18+
19+
### Refactor
20+
21+
* refactor: remove DB changes
22+
23+
Two versions should be long enough that everyone's DB has been updated, no need to have this anymore.
24+
If errors encountered, run eddblink with the `clean` option. ([`12f2adb`](https://github.com/eyeonus/Trade-Dangerous/commit/12f2adbff64d2b016dec6baa0e092debd1455bac))
25+
26+
527
## v11.5.2 (2024-06-15)
628

729
### Fix

tradedangerous/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"""just keeper of current version"""
1313

1414
# TODO: remember to update tests when version changes
15-
__version__ = '11.5.2'
15+
__version__ = '11.5.3'
1616

0 commit comments

Comments
 (0)