Skip to content

Commit

Permalink
Merge pull request #237 from rochacbruno/release-0.9.1
Browse files Browse the repository at this point in the history
Release 0.9.1 - set version and release-notes.
  • Loading branch information
javabrett committed Sep 13, 2018
2 parents d4d85e5 + 07be885 commit c22e2db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY
Expand Up @@ -3,6 +3,19 @@ Changelog

These are all the changes in Flasgger since the 0.6.0 release

0.9.1
-----

- Updated support for apispec >=0.39.0 [#205](https://github.com/rochacbruno/flasgger/pull/205)
- Added install of etc/flasgger_package in requirements-dev.txt [#208](https://github.com/rochacbruno/flasgger/pull/208)
- repaired key error thrown when a path is given instead of in the func [#210](https://github.com/rochacbruno/flasgger/pull/210)
- fixed static file paths in demo app [#213](https://github.com/rochacbruno/flasgger/pull/213)
- removed pre-compile/cache *.pyc files from dist [#137](https://github.com/rochacbruno/flasgger/issues/137)
- auto-detect unicode charset-encoding in YAML files [#156](https://github.com/rochacbruno/flasgger/issues/156)
- bug fix, use getattr instead of dict get [#226](https://github.com/rochacbruno/flasgger/pull/226)
- added dev support for Docker (for demo app)
- added support for parsed MethodView (flask_restful) [#222](https://github.com/rochacbruno/flasgger/pull/222)

0.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion flasgger/__init__.py
@@ -1,5 +1,5 @@

__version__ = '0.9.1.dev0'
__version__ = '0.9.1'
__author__ = 'Bruno Rocha'
__email__ = 'rochacbruno@gmail.com'

Expand Down

0 comments on commit c22e2db

Please sign in to comment.