Skip to content

Commit e5b8f3a

Browse files
committed
version update
1 parent c448afc commit e5b8f3a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.19.0
2+
### Breaking Changes
3+
* **Kotak** broker removed. Deprecated code available at [omspy-brokers](https://github.com/uberdeveloper/omspy-brokers)
4+
### Features
5+
* New algo for trailing added in `algos/trailing`
6+
* New broker `Noren` added
7+
### Improvements
8+
* `FakeBroker` return formats improved. See #42
9+
* All brokers must return orders as empty list if no orders are found (instead of a dictionary inside list or other format)
10+
### Fixes
11+
* exch_tm error fixed for `Finvasia` broker #46.
12+
* `ReplicaBroker` not to raise error if instruments not available #41.
13+
114
### 0.18.2
215
### Fixes
316
* average_price for `FakeBroker` would take care of None values in price or trigger_price

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "omspy"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
description = ""
55
license = "MIT"
66
authors = ["Ubermensch <[email protected]>"]

0 commit comments

Comments
 (0)