From 10fce6d1d778100664da2c15e0bb534c51a6498f Mon Sep 17 00:00:00 2001 From: James Simmons <53658028+simmonsj330@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:21:01 -0400 Subject: Release/1.8.0 (#2521) * 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 Co-authored-by: Theodore Aptekarev * Changing detatch disc location Co-authored-by: Theodore Aptekarev --- .github/workflows/intel_macos_build.yml | 2 +- build/nsis/setup.nsi | 2 +- openbb_terminal/feature_flags.py | 2 +- pyproject.toml | 2 +- 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 = [ -- cgit v1.2.3