Loading COMMON_VERSION +1 −1 Original line number Diff line number Diff line 0.3.7 0.3.8 README.md +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.3.7 (latest) via pip: Run this command to install version 0.3.8 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.3.7 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.3.8 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading RELEASE_NOTES.md +3 −0 Original line number Diff line number Diff line # VERSION 0.3.8 - Added option to PostgresMixin query function to return data as a dict instead of array of arrays # VERSION 0.3.3 - Fixes mssql bug so that it uses the correct db host Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ Everything is configurable with environmental variables. ### Installation via pip Run this command to install version 0.3.7 (latest) via pip: Run this command to install version 0.3.8 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.3.7 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.3.8 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading
RELEASE_NOTES.md +3 −0 Original line number Diff line number Diff line # VERSION 0.3.8 - Added option to PostgresMixin query function to return data as a dict instead of array of arrays # VERSION 0.3.3 - Fixes mssql bug so that it uses the correct db host Loading