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
pix committed May 16, 2020
2 parents 17a77a6 + aef9e95 commit 92acf57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ include LICENSE
include README.md

recursive-include paper_admin *.html
recursive-include paper_admin/static/paper_admin/dist *.svg *.css *.js *.map
recursive-include paper_admin/static/paper_admin/dist *
recursive-exclude tests *
2 changes: 1 addition & 1 deletion paper_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ class MyModelAdmin(SortableAdminMixin, admin.ModelAdmin):
"""
default_app_config = 'paper_admin.apps.Config'
__version__ = "0.0.9"
__version__ = "0.0.10"

0 comments on commit 92acf57

Please sign in to comment.