Commit c2344284 authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

bumped version.

parent 6fe43014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Everything is configurable with environmental variables.

Run this command to install version 0.1.10 via pip:

`python3 -m pip --no-cache-dir install common==0.1.10 --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.1.2 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple  --trusted-host code.ornl.gov`

This will install latest (not recommended):

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ import os
from setuptools import setup

# update version information here
_version = '0.1.10'
_version = '0.1.2'

# packages
_packages = ['common', 'common.mixins']
+6 −6
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@ DATABASE_LOG_FILE=/tmp/test.log
DATABASE_LOG_MODE=w
DATABASE_LOG_ENCODING=utf-8
LOGLEVEL=debug
EMAIL_SENDER=common.package.test@gmail.com
#EMAIL_SENDER=hamakerab@ornl.gov
EMAIL_RECIPIENTS=hamakerab@ornl.gov
RELAY_ADDRESS=smtp.gmail.com
RELAY_PASSWORD=ABK@4n6Fc4Qb@gW8rpg5ZR3Nph%w$
RELAY_PORT=587
# EMAIL_SENDER=common.package.test@gmail.com
EMAIL_SENDER=test@amazon.com
EMAIL_RECIPIENTS=huihuijk@ornl.gov
# RELAY_ADDRESS=smtp.gmail.com
# RELAY_PASSWORD=ABK@4n6Fc4Qb@gW8rpg5ZR3Nph%w$
# RELAY_PORT=587