Skip to content

Commit

Permalink
Release 4.5.1 (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch authored May 28, 2019
1 parent 3bcffbf commit c9b3ec1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
### Added

### Fixed
- Safer code when loading config params in cli base


## [4.5.1]

### Added

### Fixed
- update requirement to use PyYaml version >= 5.1
- Safer code when loading config params in cli base


## [4.5.0]

Expand Down
2 changes: 1 addition & 1 deletion scout/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.5.0'
__version__ = '4.5.1'
1 change: 0 additions & 1 deletion scout/server/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

{% block head %}
{{ super() }}

<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% endblock %}

Expand Down
1 change: 0 additions & 1 deletion scout/server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

def templated(template=None):
"""Template decorator.
Ref: http://flask.pocoo.org/docs/patterns/viewdecorators/
"""
def decorator(f):
Expand Down

0 comments on commit c9b3ec1

Please sign in to comment.