Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drotschmann committed Mar 17, 2017
1 parent c66061c commit cdf4d51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
0.7.2 - (March 17, 2017)
------------------------

- allow to log forwarded requests differently if X-Forwarded-For is set
- improved error mechanism to be consistent in error writing
- updated requirements to newer versions

0.7.1 - (February 3, 2017)
-------------------------
--------------------------

- schematics BaseError handling
- changes necessary for moving truemped->retresco
Expand Down
2 changes: 1 addition & 1 deletion supercell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#
#
__version__ = (0, 7, 1)
__version__ = (0, 7, 2)

0 comments on commit cdf4d51

Please sign in to comment.