Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-lazar committed Jan 11, 2020
1 parent 1024ef2 commit a05355d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Unreleased
### v2.2.0 (2020-01-11)

- Added support for python 3.8
- Dropped support for python 3.4
- Added support for flask 1.1
- Renamed the following methods:

- ``menu.submenu()`` -> ``menu.dir()``
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if __name__ == '__main__':

## Installation

This package requires **Python v3.4 or higher**
This package requires **Python v3.5 or higher**

```
pip install flask_gopher
Expand Down
2 changes: 1 addition & 1 deletion flask_gopher/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.1'
__version__ = '2.2.0'
4 changes: 0 additions & 4 deletions tests/test_flask_gopher.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

class TestFunctional(unittest.TestCase):
"""
Because the flask_gopher extension is built on hacking the WSGI protocol
and the werkzeug HTTP server, I feel that the only way to test that it's
working properly is through functional testing.
This class will spin up a complete test flask application and serve it on a
local TCP port in a new thread. The tests will send real gopher connection
strings to the server and check the validity of the response body from
Expand Down

0 comments on commit a05355d

Please sign in to comment.