Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed Sep 15, 2020
2 parents 36192bc + 9cda5f4 commit e39909a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paper_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ class MyModelAdmin(SortableAdminMixin, admin.ModelAdmin):
sortable = 'order'
"""
__version__ = "0.0.15"
__version__ = "0.0.16"
default_app_config = 'paper_admin.apps.Config'
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ universal = 1
[options]
zip_safe = false
python_requires = >= 3.6
include_package_data = true
install_requires =
Django>=2.0
Pillow
Expand Down

0 comments on commit e39909a

Please sign in to comment.