Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
uberdeveloper committed Mar 25, 2023
1 parent 705eda9 commit 04c86b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 0.14.0
Improvements to the VirtualBroker module
### Features
Following features added to `VirtualBroker`
* `VirtualBroker` methods to match `FakeBroker` methods
* Users added, orders can be placed and managed based on user
* Order status could be fetched based on Status
* delay attribute added to broker
* Ticker model improved with ohlc and orderbook methods

### Improvements
* `iterate_method` made generic
* `Ticker` model now moved to models

### 0.13.0
* New `FakeBroker` class added to simulation
* API added for generating fake data in `omspy.simulation.server`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "omspy"
version = "0.13.0"
version = "0.14.0"
description = ""
license = "MIT"
authors = ["Ubermensch <[email protected]>"]
Expand Down

0 comments on commit 04c86b3

Please sign in to comment.