Skip to content

Commit

Permalink
Merge pull request OpenBB-finance#4274 from OpenBB-finance/release/2.4.1
Browse files Browse the repository at this point in the history
Release/2.4.1
  • Loading branch information
jmaslek authored Feb 17, 2023
2 parents 7998ae7 + 8f35afc commit 5e37b94
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/docker/compose.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OPENBBTERMINAL_DOCKER_REGISTRY="ghcr.io"
OPENBBTERMINAL_DOCKER_RELEASE_VERSION="2.4.0"
OPENBBTERMINAL_DOCKER_RELEASE_VERSION="2.4.1"
2 changes: 1 addition & 1 deletion build/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
- ~/OpenBBUserData:/home/python/OpenBBUserData
- ~/.openbb_terminal:/home/python/.openbb_terminal
platform: linux/amd64
image: ghcr.io/openbb-finance/openbbterminal/openbb:2.4.0
image: ghcr.io/openbb-finance/openbbterminal/openbb:2.4.1
stdin_open: true # docker run -i
tty: true # docker run -t
2 changes: 1 addition & 1 deletion build/nsis/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!define NAME "OpenBB Terminal"
!define COMPANY "OpenBB"
!define APPFILE "OpenBBTerminal.exe"
!define VERSION "2.4.0"
!define VERSION "2.4.1"
!define SLUG "${NAME} v${VERSION}"

;--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build/pyinstaller/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPENBB_LOGGING_APP_NAME=gst_packaged
OPENBB_LOGGING_COMMIT_HASH=sha:5705675
OPENBB_LOGGING_COMMIT_HASH=sha:bbeaef4
OPENBB_ENABLE_PREDICT=false
OPENBB_ENABLE_CHECK_API=true
OPENBB_ENABLE_THOUGHTS_DAY=false
Expand Down
2 changes: 1 addition & 1 deletion openbb_terminal/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
else:
raise Exception("Using git")
except Exception:
version = "2.4.0"
version = "2.4.1"
VERSION = str(os.getenv("OPENBB_VERSION", version))

# Select the terminal translation language
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 = "openbb"
version = "2.4.0"
version = "2.4.1"
description = "Investment Research for Everyone, Anywhere."
license = "MIT"
authors = ["Didier Rodrigues Lopes"]
Expand Down
2 changes: 1 addition & 1 deletion website/content/terminal/guides/advanced/api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Click "Registration". This opens up the following screen:

<img width="500" alt="image" src="https://user-images.githubusercontent.com/46355364/207849324-00d4a916-8260-45c0-9714-289e0a0574c0.png"></img>

Once you have registered, you can find the API Key next to "API TOKEN". Enter this API key into the OpenBB Terminal by typing `/keys/cpanic KEY`.
Once you have registered, you can find the API Key next to "API TOKEN". Enter this API key into the OpenBB Terminal by typing `/keys/eodhd KEY`.

<img width="500" alt="image" src="https://user-images.githubusercontent.com/46355364/207849462-37471270-929a-45c5-a164-a84249b19231.png"></img>

Expand Down
6 changes: 3 additions & 3 deletions website/content/terminal/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ OpenBB Terminal is available on all major platforms. With Windows and macOS you

</div><p>Download the installer from the button below:</p>

<InstallerButton type="windows" href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.4.0/Windows.OpenBB.Terminal.v2.4.0.exe" label="Windows Installer" />
<InstallerButton type="windows" href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.4.1/Windows.OpenBB.Terminal.v2.4.1.exe" label="Windows Installer" />

<p>Follow along with the instructions of the video or use the steps below to run the OpenBB Terminal:</p>

Expand Down Expand Up @@ -73,12 +73,12 @@ For Mac there are two installers available, one for Intel and one for Apple Sili

<div className="flex justify-between">
<div className="flex items-center flex-col">If you are using Mac Intel:
<InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.4.0/x86.64.MacOS.OpenBB.Terminal.v2.4.0.dmg" label="Mac Intel Installer" />
<InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.4.1/x86.64.MacOS.OpenBB.Terminal.v2.4.1.dmg" label="Mac Intel Installer" />
</div>
<br/>
<div className="flex items-center flex-col">
If you are using Mac Apple Silicon (M1):
<InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.4.0/ARM64.MacOS.OpenBB.Terminal.v2.4.0.dmg" label="Mac M1 Installer" />
<InstallerButton href="https://github.com/OpenBB-finance/OpenBBTerminal/releases/download/v2.4.1/ARM64.MacOS.OpenBB.Terminal.v2.4.1.dmg" label="Mac M1 Installer" />
</div>
</div>

Expand Down

0 comments on commit 5e37b94

Please sign in to comment.