Skip to content

Commit

Permalink
Removing flake8 from Travis and bumping up version and adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MiltonLn committed Nov 16, 2020
1 parent 2637797 commit e916745
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ install:
- pip install flake8
- pip install coveralls

before_script:
flake8 .

script: coverage run --source=menu_generator manage.py test

after_success:
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

1.1.0(2020-11-15)
-----------------

- Features:
- Adding support for newer versions of Python and Django
- Adding support for related paths (Thanks to @hansegucker)

1.0.4(2018-02-19)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion menu_generator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Milton Lenis'
__description__ = 'A straightforward menu generator for Django'
__version__ = '1.0.4'
__version__ = '1.1.0'

default_app_config = 'menu_generator.apps.MenuAppConfig'

0 comments on commit e916745

Please sign in to comment.