summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons <53658028+simmonsj330@users.noreply.github.com>2022-09-08 20:21:01 -0400
committerGitHub <noreply@github.com>2022-09-08 19:21:01 -0500
commit10fce6d1d778100664da2c15e0bb534c51a6498f (patch)
tree3aa99489a76f1ad92462acd157d4bb234dddaa9b
parent3381a9a907fe6f99ba6a190475a55e1325d9a4a9 (diff)
Release/1.8.0 (#2521)v1.8.0
* Update pyproject.toml * Update setup.nsi * Update feature_flags.py * M1 macos build system (#2504) (#2514) * Create m1_macos_build.yml * Update m1_macos_build.yml * Update m1_macos_build.yml * Update m1_macos_build.yml * Update m1_macos_build.yml * Update m1_macos_build.yml * Update m1_macos_build.yml * taking out notarize and staple includes codesigning tho * changing prediction install I am expecting a code sign error instead of a running the actual executable error. trying with -e prediction instead of -e prediction-m1-mac * Changing prediction, keeping code signing * Update m1_macos_build.yml * Update m1_macos_build.yml * taking out integration tests * rerun * Update m1_macos_build.yml * adding pred back to turn to false * making same as upstream release * Update m1_macos_build.yml * Update m1_macos_build.yml * Update m1_macos_build.yml Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com> Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com> * Changing detatch disc location Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
-rw-r--r--.github/workflows/intel_macos_build.yml2
-rw-r--r--build/nsis/setup.nsi2
-rw-r--r--openbb_terminal/feature_flags.py2
-rw-r--r--pyproject.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/intel_macos_build.yml b/.github/workflows/intel_macos_build.yml
index 62334e37ef0..849bee62326 100644
--- a/.github/workflows/intel_macos_build.yml
+++ b/.github/workflows/intel_macos_build.yml
@@ -160,7 +160,7 @@ jobs:
ls
cp -R OpenBB\ Terminal ~/Desktop
- name: Unmount DMG
- run: hdiutil detach /dev/disk4
+ run: hdiutil detach /dev/disk3
- name: Run Integration Tests
run: /Users/ec2-user/Desktop/OpenBB\ Terminal/.OpenBB/OpenBBTerminal /Users/ec2-user/actions-runner/_work/OpenBBTerminal/OpenBBTerminal/scripts/*.openbb -t
- name: Remove OpenBB Folder
diff --git a/build/nsis/setup.nsi b/build/nsis/setup.nsi
index 7e2d6aa0d23..69395b8299f 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 "1.7.0"
+ !define VERSION "1.8.0"
!define SLUG "${NAME} v${VERSION}"
;--------------------------------
diff --git a/openbb_terminal/feature_flags.py b/openbb_terminal/feature_flags.py
index 4b23893fb56..68c8a51875f 100644
--- a/openbb_terminal/feature_flags.py
+++ b/openbb_terminal/feature_flags.py
@@ -125,5 +125,5 @@ GUESS_EASTER_EGG_FILE = str(
try:
version = pkg_resources.get_distribution("OpenBBTerminal").version
except Exception:
- version = "1.7.0m"
+ version = "1.8.0m"
VERSION = str(os.getenv("OPENBB_VERSION", version))
diff --git a/pyproject.toml b/pyproject.toml
index 10eeb6e55bd..033e17342b1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
# https://python-poetry.org/docs/dependency-specification/
[tool.poetry]
name = "OpenBBTerminal"
-version = "1.7.0"
+version = "1.8.0"
description = ""
authors = ["Didier Rodrigues Lopes"]
packages = [