Skip to content

Commit

Permalink
version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrx committed Feb 1, 2022
1 parent 9aa9b4b commit 74b7f40
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
setup:
python3 -m pip install -r requirements-dev.txt

build:
python3 -m build

release:
python3 -m twine upload dist/*

.PHONY: setup build release
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ Added theming support.
#### [1.5] - 2021-02-14
* Fixed compatibility with Django 3+ (thanks to arturgsb)

#### [1.6] - 2022-02-01
* Fixed compatibility with Django 4
* Added support for Django's view permission (thanks @cobia)
* Fixed menu height on mobile (thanks @mojek)

#### [unreleased]

## License
Expand Down
2 changes: 1 addition & 1 deletion admin_menu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5'
__version__ = '1.6'
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
twine
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 74b7f40

Please sign in to comment.