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

Merge branch 'feature/email_attachments' into 'develop'

bumped version.

See merge request nset-utilities/common-package!11
parents 1ccc8dab 89b1f64f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ Everything is configurable with environmental variables.

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

`python3 -m pip --no-cache-dir install common==0.1.11 --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):

`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`
+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.11'
_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