Skip to content

Commit

Permalink
Version bump: 0.17.2
Browse files Browse the repository at this point in the history
Update ProxyFix import location to match Werkzeug 0.15
Enable "fixing" more than one layer of proxy.
  • Loading branch information
samdbmg committed Mar 25, 2019
1 parent 935af01 commit 625f495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,9 @@
# NMOS Common Library Changelog

## 0.17.2
- Update ProxyFix import location to match Werkzeug 0.15
- Enable "fixing" more than one layer of proxy.

## 0.17.1
- Change variable naming and code layout for readability

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 163,7 @@ def find_packages(path, base=""):


setup(name="nmoscommon",
version="0.17.1",
version="0.17.2",
description="Common components for the BBC's NMOS implementations",
url='https://github.com/bbc/nmos-common',
author='Peter Brightwell',
Expand Down

0 comments on commit 625f495

Please sign in to comment.