Skip to content

Commit

Permalink
Merge pull request #1476 from pallets/release-0.15.0
Browse files Browse the repository at this point in the history
release 0.15.0
  • Loading branch information
davidism authored Mar 19, 2019
2 parents 03c81ae + 084af24 commit 129b3fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. currentmodule:: werkzeug

Version 0.15
------------
Version 0.15.0
--------------

Unreleased
Released 2019-03-19

- Building URLs is ~7x faster. Each :class:`~routing.Rule` compiles
an optimized function for building itself. (:pr:`1281`)
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys
from types import ModuleType

__version__ = "0.15.dev"
__version__ = "0.15.0"

# This import magic raises concerns quite often which is why the implementation
# and motivation is explained here in detail now.
Expand Down

0 comments on commit 129b3fa

Please sign in to comment.