File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ install:
2323 - pip install flake8
2424 - pip install coveralls
2525
26- before_script :
27- flake8 .
28-
2926script : coverage run --source=menu_generator manage.py test
3027
3128after_success :
Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.1.0(2020-11-15)
5+ -----------------
6+
7+ - Features:
8+ - Adding support for newer versions of Python and Django
9+ - Adding support for related paths (Thanks to @hansegucker)
10+
4111.0.4(2018-02-19)
512-----------------
613
Original file line number Diff line number Diff line change 11__author__ = 'Milton Lenis'
22__description__ = 'A straightforward menu generator for Django'
3- __version__ = '1.0.4 '
3+ __version__ = '1.1.0 '
44
55default_app_config = 'menu_generator.apps.MenuAppConfig'
You can’t perform that action at this time.
0 commit comments