Skip to content

Commit

Permalink
Version bump 43.4.0 > 44.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benvand committed Sep 7, 2018
1 parent e0bdb67 commit efb7485
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Records breaking changes from major version bumps


## 44.0.0

PR [#455](https://github.com/alphagov/digitalmarketplace-utils/pull/455)

Upgrade flask to from 0.12.4 to 1.0.2. This has breaking changes for flask apps and therefore has breaking changes for users relying on init_app.

Apps should upgrade to `Flask==1.0.2` using the changelog here http://flask.pocoo.org/docs/1.0/changelog/#version-1-0-2 taking care to note
the breaking changes in [v1.0](http://flask.pocoo.org/docs/1.0/changelog/#version-1-0)


## 43.0.0

PR [#447](https://github.com/alphagov/digitalmarketplace-utils/pull/447)
Expand Down
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .flask_init import init_app, init_manager


__version__ = '43.4.0'
__version__ = '44.0.0'

0 comments on commit efb7485

Please sign in to comment.