Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
uberdeveloper committed Feb 11, 2023
1 parent fbfa858 commit 56b78fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 0.12.0
### Features
* New `simulation` module added
* `VirtualBroker` added for faking orders
* You can now add keys to `CompoundOrder` when adding an order
* `CompoundOrder` orders now have an automatic index
* `get` function added to `CompoundOrder` to search by index or custom key
Expand Down
5 changes: 5 additions & 0 deletions omspy/algos/straddle.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
import logging


"""
This module is not functional
"""


class BaseStrategy(BaseModel):
start_time: pendulum.DateTime
end_time: pendulum.DateTime
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.11.0"
version = "0.12.0"
description = ""
license = "MIT"
authors = ["Ubermensch <[email protected]>"]
Expand Down

0 comments on commit 56b78fb

Please sign in to comment.