diff --git a/.travis.yml b/.travis.yml index dea7874f..35813609 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: sudo: required env: - DOCKER_IMAGE=pmeira/manylinux_wheel_cmake_fpc320 - - DSS_CAPI_TAG=0.10.7 + - DSS_CAPI_TAG=0.10.7-1 - LINUX_X64=1 - CONDA_SUBDIR=linux-64 services: @@ -32,7 +32,7 @@ matrix: sudo: required env: - DOCKER_IMAGE=pmeira/manylinux_wheel_cmake_fpc320_i686 - - DSS_CAPI_TAG=0.10.7 + - DSS_CAPI_TAG=0.10.7-1 - CONDA_SUBDIR=linux-32 services: - docker @@ -52,7 +52,7 @@ matrix: - name: "osx_x64" os: osx env: - - DSS_CAPI_TAG=0.10.7 + - DSS_CAPI_TAG=0.10.7-1 script: - export TRAVIS_TAG_DSS_PYTHON=$TRAVIS_TAG - export TRAVIS_TAG= diff --git a/README.md b/README.md index 1ef8a988..5e299488 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The module depends on CFFI, NumPy and, optionally, SciPy.Sparse for reading the ## Brief release history -- **2020-12-28 / version 0.10.7: Maintenance release to match DSS C-API 0.10.7, based on on OpenDSS revision 2963. Includes fixes and new features from the official OpenDSS.** +- **2021-03-09 / version 0.10.7-1: Very minor release to fix issues with some of the energy meter reports.** +- 2020-12-28 / version 0.10.7: Maintenance release to match DSS C-API 0.10.7, based on on OpenDSS revision 2963. Includes fixes and new features from the official OpenDSS. - 2020-07-31 / version 0.10.6: Maintenance release to match DSS C-API 0.10.6, based on on OpenDSS revision 2909. New important settings: `DSS.LegacyModels` and `DSS.Error.ExtendedErrors`. - 2020-03-03 / version 0.10.5: Maintenance release to match DSS C-API 0.10.5, based on on OpenDSS revision 2837. Temporarily drops the v8 parallel-machine functions, as well as conda packages on Windows. - 2019-11-16 / version 0.10.4: Maintenance release to match DSS C-API 0.10.4. diff --git a/appveyor.yml b/appveyor.yml index 5229a3d1..5cf4826b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,10 +3,10 @@ skip_non_tags: false image: Visual Studio 2019 clone_folder: c:\projects\dss_python environment: - DSS_CAPI_TAG: 0.10.7 + DSS_CAPI_TAG: 0.10.7-1 DSS_CAPI_PATH: c:\projects\dss_capi ANACONDA_API_TOKEN: - secure: Pcm5IXFi4ZUsi1ue5QvPNASDo1Ns1REYbAwDJXRd3FRn2CfKbNPgnPda6fxoN6wG + secure: tz1RWAAmcTidoLDrrIvt8jUxe5nvzgHsLexDXESWFka5Faw+q7oq2J8sifJLT41m matrix: - CONDA_SUBDIR: win-32 - CONDA_SUBDIR: win-64 diff --git a/dss/__init__.py b/dss/__init__.py index cabe6264..bf38eceb 100644 --- a/dss/__init__.py +++ b/dss/__init__.py @@ -6,4 +6,4 @@ from .v7 import * from .patch_dss_com import patch_dss_com -__version__ = '0.10.7' +__version__ = '0.10.7.post1'