summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-08-28 16:12:43 -0400
committerJames Maslek <jmaslek11@gmail.com>2023-08-28 16:12:43 -0400
commite05d3eb4051d874cd482302a35b74f0d7666e7b5 (patch)
treed98aca734b9e519ccced53e99da6d88b16fac406
parent82e60bea3908e86a24b2a6abe3080238c253f2db (diff)
3.2.1->3.2.2
-rw-r--r--build/docker/compose.env2
-rw-r--r--build/nsis/setup.nsi6
-rw-r--r--build/pyinstaller/version.rc8
-rw-r--r--openbb_terminal/core/models/system_model.py2
-rw-r--r--openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py11
-rw-r--r--openbb_terminal/core/sdk/models/crypto_sdk_model.py11
-rw-r--r--pyproject.toml2
7 files changed, 10 insertions, 32 deletions
diff --git a/build/docker/compose.env b/build/docker/compose.env
index 943d85414f3..1b8319eddfa 100644
--- a/build/docker/compose.env
+++ b/build/docker/compose.env
@@ -1,2 +1,2 @@
OPENBBTERMINAL_DOCKER_REGISTRY="ghcr.io"
-OPENBBTERMINAL_DOCKER_RELEASE_VERSION="3.2.1"
+OPENBBTERMINAL_DOCKER_RELEASE_VERSION="3.2.2"
diff --git a/build/nsis/setup.nsi b/build/nsis/setup.nsi
index 8bb8de9696f..4093faad17a 100644
--- a/build/nsis/setup.nsi
+++ b/build/nsis/setup.nsi
@@ -10,7 +10,7 @@
!define NAME "OpenBB Terminal"
!define COMPANY "OpenBB"
!define APPFILE "OpenBBTerminal.exe"
- !define VERSION "3.2.1"
+ !define VERSION "3.2.2"
!define SLUG "${NAME} v${VERSION}"
;--------------------------------
@@ -20,8 +20,8 @@
VIAddVersionKey Comments "An installer for OpenBB Terminal. For additional details, visit OpenBB.co"
VIAddVersionKey CompanyName OpenBB.co
VIAddVersionKey FileDescription "OpenBB Terminal Program"
- VIAddVersionKey FileVersion 3.2.1.0
- VIAddVersionKey ProductVersion 3.2.1.0
+ VIAddVersionKey FileVersion 3.2.2.0
+ VIAddVersionKey ProductVersion 3.2.2.0
VIAddVersionKey InternalName "OpenBB Terminal"
;--------------------------------
diff --git a/build/pyinstaller/version.rc b/build/pyinstaller/version.rc
index 76cb484c2c8..d635001a725 100644
--- a/build/pyinstaller/version.rc
+++ b/build/pyinstaller/version.rc
@@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
- filevers=(3, 0, 0, 0),
- prodvers=(3, 0, 0, 0),
+ filevers=(3, 2, 2, 0),
+ prodvers=(3, 2, 2, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x0,
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,10 +32,10 @@ VSVersionInfo(
[StringStruct('Comments', 'The OpenBB Terminal. For additional details, visit OpenBB.co'),
StringStruct('CompanyName', 'OpenBB'),
StringStruct('FileDescription', 'OpenBB Terminal Program'),
- StringStruct('FileVersion', '3.2.1.0'),
+ StringStruct('FileVersion', '3.2.2.0'),
StringStruct('InternalName', 'OpenBB Terminal'),
StringStruct('ProductName', 'OpenBB Terminal'),
- StringStruct('ProductVersion', '3.2.1.0')])
+ StringStruct('ProductVersion', '3.2.2.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
diff --git a/openbb_terminal/core/models/system_model.py b/openbb_terminal/core/models/system_model.py
index 7f478d30436..468ce6d2daf 100644
--- a/openbb_terminal/core/models/system_model.py
+++ b/openbb_terminal/core/models/system_model.py
@@ -28,7 +28,7 @@ class SystemModel(BaseModel):
PLATFORM: str = str(platform.platform())
# OpenBB section
- VERSION: str = "3.2.1"
+ VERSION: str = "3.2.2"
# Logging section
LOGGING_APP_ID: str = "REPLACE_ME"
diff --git a/openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py b/openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py
index ac880083a5b..f10ed8cd0d9 100644
--- a/openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py
+++ b/openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py
@@ -135,24 +135,14 @@ class CryptoController(model.CryptoRoot):
`luna_supply_chart`: Plots and prints table showing Luna circulating supply stats\n
`newsletters`: Scrape all substack newsletters from url list.\n
`newsletters_chart`: Prints table showing DeFi related substack newsletters.\n
- `pairs`: Get lastly added trade-able pairs on Uniswap with parameters like:\n
- `pairs_chart`: Prints table showing Lastly added pairs on Uniswap DEX.\n
- `pools`: Get uniswap pools by volume. [Source: https://thegraph.com/en/]\n
- `pools_chart`: Prints table showing uniswap pools by volume.\n
`sinfo`: Get staking info for provided terra account [Source: https://fcd.terra.dev/swagger]\n
`sinfo_chart`: Prints table showing staking info for provided terra account address [Source: https://fcd.terra.dev/swagger]\n
`sratio`: Get terra blockchain staking ratio history [Source: https://fcd.terra.dev/swagger]\n
`sratio_chart`: Plots terra blockchain staking ratio history [Source: https://fcd.terra.dev/v1]\n
`sreturn`: Get terra blockchain staking returns history [Source: https://fcd.terra.dev/v1]\n
`sreturn_chart`: Plots terra blockchain staking returns history [Source: https://fcd.terra.dev/swagger]\n
- `stats`: Get base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
- `stats_chart`: Prints table showing base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
`stvl`: Returns historical values of the total sum of TVLs from all listed protocols.\n
`stvl_chart`: Plots historical values of the total sum of TVLs from all listed protocols.\n
- `swaps`: Get the last 100 swaps done on Uniswap [Source: https://thegraph.com/en/]\n
- `swaps_chart`: Prints table showing last swaps done on Uniswap\n
- `tokens`: Get list of tokens trade-able on Uniswap DEX. [Source: https://thegraph.com/en/]\n
- `tokens_chart`: Prints table showing tokens trade-able on Uniswap DEX.\n
`validators`: Get information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`validators_chart`: Prints table showing information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`vaults`: Get DeFi Vaults Information. DeFi Vaults are pools of funds with an assigned strategy which main goal is to\n
@@ -250,7 +240,6 @@ class CryptoController(model.CryptoRoot):
`lt_chart`: Prints table showing Trades on Decentralized Exchanges aggregated by DEX or Month\n
`prices`: Get token historical prices with volume and market cap, and average price. [Source: Ethplorer]\n
`prices_chart`: Display token historical prices with volume and market cap, and average price.\n
- `query`: Get query data\n
`query_graph`: Helper methods for querying graphql api. [Source: https://bitquery.io/]\n
`th`: Get info about token historical transactions. [Source: Ethplorer]\n
`th_chart`: Display info about token history. [Source: Ethplorer]\n
diff --git a/openbb_terminal/core/sdk/models/crypto_sdk_model.py b/openbb_terminal/core/sdk/models/crypto_sdk_model.py
index e8f8e1c95e9..8315dba2116 100644
--- a/openbb_terminal/core/sdk/models/crypto_sdk_model.py
+++ b/openbb_terminal/core/sdk/models/crypto_sdk_model.py
@@ -229,24 +229,14 @@ class CryptoDeFi(Category):
`luna_supply_chart`: Plots and prints table showing Luna circulating supply stats\n
`newsletters`: Scrape all substack newsletters from url list.\n
`newsletters_chart`: Prints table showing DeFi related substack newsletters.\n
- `pairs`: Get lastly added trade-able pairs on Uniswap with parameters like:\n
- `pairs_chart`: Prints table showing Lastly added pairs on Uniswap DEX.\n
- `pools`: Get uniswap pools by volume. [Source: https://thegraph.com/en/]\n
- `pools_chart`: Prints table showing uniswap pools by volume.\n
`sinfo`: Get staking info for provided terra account [Source: https://fcd.terra.dev/swagger]\n
`sinfo_chart`: Prints table showing staking info for provided terra account address [Source: https://fcd.terra.dev/swagger]\n
`sratio`: Get terra blockchain staking ratio history [Source: https://fcd.terra.dev/swagger]\n
`sratio_chart`: Plots terra blockchain staking ratio history [Source: https://fcd.terra.dev/v1]\n
`sreturn`: Get terra blockchain staking returns history [Source: https://fcd.terra.dev/v1]\n
`sreturn_chart`: Plots terra blockchain staking returns history [Source: https://fcd.terra.dev/swagger]\n
- `stats`: Get base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
- `stats_chart`: Prints table showing base statistics about Uniswap DEX. [Source: https://thegraph.com/en/]\n
`stvl`: Returns historical values of the total sum of TVLs from all listed protocols.\n
`stvl_chart`: Plots historical values of the total sum of TVLs from all listed protocols.\n
- `swaps`: Get the last 100 swaps done on Uniswap [Source: https://thegraph.com/en/]\n
- `swaps_chart`: Prints table showing last swaps done on Uniswap\n
- `tokens`: Get list of tokens trade-able on Uniswap DEX. [Source: https://thegraph.com/en/]\n
- `tokens_chart`: Prints table showing tokens trade-able on Uniswap DEX.\n
`validators`: Get information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`validators_chart`: Prints table showing information about terra validators [Source: https://fcd.terra.dev/swagger]\n
`vaults`: Get DeFi Vaults Information. DeFi Vaults are pools of funds with an assigned strategy which main goal is to\n
@@ -445,7 +435,6 @@ class CryptoOnChain(Category):
`lt_chart`: Prints table showing Trades on Decentralized Exchanges aggregated by DEX or Month\n
`prices`: Get token historical prices with volume and market cap, and average price. [Source: Ethplorer]\n
`prices_chart`: Display token historical prices with volume and market cap, and average price.\n
- `query`: Get query data\n
`query_graph`: Helper methods for querying graphql api. [Source: https://bitquery.io/]\n
`th`: Get info about token historical transactions. [Source: Ethplorer]\n
`th_chart`: Display info about token history. [Source: Ethplorer]\n
diff --git a/pyproject.toml b/pyproject.toml
index 2a3bf4c979b..fd992a6a0d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb"
-version = "3.2.1"
+version = "3.2.2"
description = "Investment Research for Everyone, Anywhere."
license = "MIT"
authors = ["Didier Rodrigues Lopes"]