Bump version from 0.6.0 to 0.6.1.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -51,8 +51,8 @@ limits = determine_order_limits(
|
|||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
Protective ratios must satisfy ``0 <= ratio < 1``; ``0`` omits that level.
|
Protective ratios must satisfy `0 <= ratio < 1`; `0` omits that level.
|
||||||
``calculate_margin_and_volume()`` clamps negative ``margin_free`` to ``0.0``
|
`calculate_margin_and_volume()` clamps negative `margin_free` to `0.0`
|
||||||
before sizing.
|
before sizing.
|
||||||
|
|
||||||
## Migration from mteor-local helpers
|
## Migration from mteor-local helpers
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "mt5cli"
|
name = "mt5cli"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
description = "Command-line tool for MetaTrader 5"
|
description = "Command-line tool for MetaTrader 5"
|
||||||
authors = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}]
|
authors = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}]
|
||||||
maintainers = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}]
|
maintainers = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}]
|
||||||
|
|||||||
Reference in New Issue
Block a user