From a97f6c4f7f06a939e83c3adcca5c2e567238e0b0 Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Fri, 14 Apr 2023 11:37:00 -0500 Subject: [PATCH] Bump Versions --- .github/workflows/release.yml | 2 +- README.md | 10 ++++++++++ energyplus_python_apps/__init__.py | 2 +- requirements.txt | 14 +++++++------- setup.py | 17 ++++++++--------- 5 files changed, 27 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec08ba7..b13796f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2 - name: Set up Python - uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # v4.2.0 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: 3.8 diff --git a/README.md b/README.md index a17f8a6..ee152c8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This really just pins the dependencies at specific versions and ensures compatab ## Releases +[![DevelopmentTest](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/test.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/test.yml) [![PyPIRelease](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/release.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/release.yml) I think long term, this "project" itself will be tagged with versions in sync with EnergyPlus itself. @@ -24,3 +25,12 @@ This project is currently linking to the following packages: | energyplus-idd-idf-utilities | A lightweight library for processing and querying idd and idf files | https://github.com/Myoldmopar/py-idd-idf | | energyplus-regressions | A tool for comparing results from two EnergyPlus builds, for E+ developer usage | https://github.com/NREL/EnergyPlusRegressionTool | | energyplus-api-helpers | A set of helper classes and demos for interacting with the EnergyPlus API | https://github.com/Myoldmopar/EnergyPlusAPIHelper | +| energyplus-diff-analysis | Tools for plotting and comparing csv data from two separate EnergyPlus runs | https://github.com/mitchute/energyplus-diff-analysis | + +## Usage + +Cover a few topics here: + - Installation + - Running the configuration script after install + - Accessing all the tools, including the dev tools + - Updating \ No newline at end of file diff --git a/energyplus_python_apps/__init__.py b/energyplus_python_apps/__init__.py index dd19ed2..5a2b074 100644 --- a/energyplus_python_apps/__init__.py +++ b/energyplus_python_apps/__init__.py @@ -1,2 +1,2 @@ NAME = "energyplus_python_apps" -VERSION = "23.1-Alpha1" +VERSION = "23.1-Alpha2" diff --git a/requirements.txt b/requirements.txt index 7636a8f..71b8123 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -energyplus-launch==3.5.7 -energyplus-ruleset-model==0.4 -energyplus-transition-tools==2.0.6 -energyplus-pet==0.48 -energyplus-idd-idf-utilities==0.87 -energyplus-regressions==2.0.2 -energyplus-api-helpers==0.3 +energyplus-launch==3.6.3 +energyplus-ruleset-model==0.5 +energyplus-transition-tools==2.0.7 +energyplus-pet==0.49 +energyplus-idd-idf-utilities==0.88 +energyplus-regressions==2.0.3 +energyplus-api-helpers==0.4 energyplus-diff-analysis==0.2 diff --git a/setup.py b/setup.py index dd3163c..8ef680d 100644 --- a/setup.py +++ b/setup.py @@ -14,17 +14,16 @@ long_description=readme_contents, long_description_content_type='text/markdown', author='Edwin Lee, for NREL, for United States Department of Energy', - author_email='a@a.a', url='https://github.com/Myoldmopar/EnergyPlusPythonApps', - license='UnlicensedForNow', + license='ModifiedBSD', install_requires=[ - 'energyplus-launch==3.5.7', - 'energyplus-ruleset-model==0.4', - 'energyplus-transition-tools==2.0.6', - 'energyplus-pet==0.48', - 'energyplus-idd-idf-utilities==0.87', - 'energyplus-regressions==2.0.2', - 'energyplus-api-helpers==0.3', + 'energyplus-launch==3.6.3', + 'energyplus-ruleset-model==0.5', + 'energyplus-transition-tools==2.0.7', + 'energyplus-pet==0.49', + 'energyplus-idd-idf-utilities==0.88', + 'energyplus-regressions==2.0.3', + 'energyplus-api-helpers==0.4', 'energyplus-diff-analysis==0.2', # 'energyplus-expand-objects==blah', # 'energyplus-epjson-editor==blah',