Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Water Mission Area
Internet of Water
waterdataui
Commits
d83e4790
Commit
d83e4790
authored
Oct 27, 2021
by
iow-jenkins
Browse files
Bump version: 0.56.0dev → 0.56.0
parent
43b7adbd
Changes
4
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
d83e4790
[bumpversion]
current_version = 0.56.0
dev
current_version = 0.56.0
commit = True
tag = True
tag_name = waterdataui-{new_version}
...
...
assets/package.json
View file @
d83e4790
{
"name"
:
"waterdataui-assets"
,
"version"
:
"0.56.0
dev
"
,
"version"
:
"0.56.0"
,
"description"
:
"Compiled static assets for Water Data For The Nation"
,
"main"
:
"src/scripts/monitoring-location/index.js"
,
"scripts"
:
{
...
...
wdfn-server/setup.py
View file @
d83e4790
...
...
@@ -81,7 +81,7 @@ def identify_data_files(data_dirs, exclusions=('.gitignore', '.webassets-cache')
setup
(
name
=
'usgs_waterdata_ui'
,
version
=
'0.56.0
dev
'
,
version
=
'0.56.0'
,
description
=
'USGS Water Data'
,
author
=
'Mary Bucknell, Andrew Yan, Dan Naab, Janell Fry, Aaron Briggs'
,
author_email
=
'mbucknell@usgs.gov'
,
...
...
wdfn-server/waterdata/__init__.py
View file @
d83e4790
...
...
@@ -9,7 +9,7 @@ import sys
from
flask
import
Flask
__version__
=
'0.56.0
dev
'
__version__
=
'0.56.0'
def
_create_log_handler
(
log_directory
=
None
,
log_name
=
__name__
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment