Skip to content

Commit

Permalink
Merge 644251b into 3af128f
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed May 7, 2020
2 parents 3af128f + 644251b commit 868e02a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,13 @@ env:
- REQUIREMENTS=release

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

matrix:
allow_failures:
- python: 3.8

before_install:
- "travis_retry pip install --upgrade pip setuptools py"
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
Changes
=======

Version 0.7.2 (released 2020-05-07)
-----------------------------------

- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.

Version 0.7.1 (released 2019-02-11)
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_menu/version.py
Expand Up @@ -16,4 +16,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.7.1"
__version__ = "0.7.2"
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -120,10 +120,9 @@ def run_tests(self):
'Framework :: Flask',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Development Status :: 5 - Production/Stable'
],
cmdclass={'test': PyTest},
Expand Down

0 comments on commit 868e02a

Please sign in to comment.