Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 2, 2023
1 parent 6226bf1 commit d44e348
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# NautilusTrader 1.182.0 Beta

Released on TBD (UTC).

### Enhancements
None

### Breaking Changes
None

### Fixes
None

---

# NautilusTrader 1.181.0 Beta

Released on 2nd December (UTC).
Expand Down
20 changes: 10 additions & 10 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [

[workspace.package]
rust-version = "1.74.0"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
authors = ["Nautech Systems <info@nautechsystems.io>"]
description = "A high-performance algorithmic trading platform and event-driven backtester"
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 = "nautilus_trader"
version = "1.181.0"
version = "1.182.0"
description = "A high-performance algorithmic trading platform and event-driven backtester"
authors = ["Nautech Systems <info@nautechsystems.io>"]
license = "LGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "",
"message": "v1.181.0",
"message": "v1.182.0",
"color": "orange"
}

0 comments on commit d44e348

Please sign in to comment.