Skip to content

Commit

Permalink
chore: version, config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Oct 16, 2023
1 parent 9a1e341 commit fba4100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wmrc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
AGOL_ORG = 'https://utahdeq.maps.arcgis.com'
SENDGRID_SETTINGS = { #: Settings for SendGridHandler
'from_address': 'noreply@utah.gov',
'to_addresses': ['jdadams@utah.gov'],#, 'stevienorcross@utah.gov', 'gerardorodriguez@utah.gov'],
'to_addresses': ['jdadams@utah.gov', 'stevienorcross@utah.gov', 'gerardorodriguez@utah.gov'],
'prefix': f'{SKID_NAME} on {HOST_NAME}: ',
}
LOG_LEVEL = logging.DEBUG
Expand Down
2 changes: 1 addition & 1 deletion src/wmrc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This must only include a single line: __version__ = 'x.y.z'
"""

__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit fba4100

Please sign in to comment.