Commit faea14fa authored by Bishnoi, Bhaskar's avatar Bishnoi, Bhaskar
Browse files

Merge branch 'release/2024-09-11' into 'develop'

minor fixes

See merge request !46
parents 3d691f48 1a4e149a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
0.3.5
0.3.7
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ Everything is configurable with environmental variables.

### Installation via pip

Run this command to install version 0.3.5 (latest) via pip:
Run this command to install version 0.3.7 (latest) via pip:

`python3 -m pip --no-cache-dir install common==0.3.5 --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.7 --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`
+2 −2
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ done
# logic {{{1 
banner
DOCKER_BUILDKIT=1 docker build -f "$DOCKER_FILE" $NOCACHED  \
  -t "code.ornl.gov:4567/nset-utilities/common-package/common:$TAG" . || \
  -t "savannah.ornl.gov/common/common:$TAG" . || \
  die "Image failed to build."
docker push "code.ornl.gov:4567/nset-utilities/common-package/common:$TAG"
docker push "savannah.ornl.gov/common/common:$TAG"
# 1}}} 
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ authors = [
    {name = "Jacob Isber", email = "isberj@ornl.gov"},
]
# update version information here
version = "0.3.5"
version = "0.3.7"
description = "Package to perform everyday tasks - logging, accessing database, etc."
readme = "README.md"
requires-python = ">=3.9"
+1 −2
Original line number Diff line number Diff line
@@ -13,4 +13,3 @@ python3 -m build
python3 -m twine upload --repository gitlab dist/* --verbose \
  --config-file pypirc.cfg
rm -rf dist/ common.egg-info/ build/
 No newline at end of file
git
 No newline at end of file