Skip to content

Commit

Permalink
v3.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Aug 13, 2018
1 parent 3bd7aaf commit 279df4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Changelog
=========

**3.0.22b1 (unreleased)**
**3.1.0 (Aug 13, 2018)**

* Fixed: NestedTabularInline support in Django 2.0 (`#97`_)
* Fixed: Ensure correct relative order of js media. (`#71`_)
* Switch js build process to use webpack, without gulp
* Add test coverage reporting for both python and js code

.. _#71: https://github.com/theatlantic/django-nested-admin/issues/71
.. _#97: https://github.com/theatlantic/django-nested-admin/issues/97

**3.0.21 (Nov 1, 2017)**
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include LICENSE
include README.md
include README.rst
recursive-include nested_admin/static *
recursive-include nested_admin/templates *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-nested-admin',
version="3.0.22b1",
version="3.1.0",
install_requires=[
'python-monkey-business>=1.0.0',
],
Expand Down

0 comments on commit 279df4a

Please sign in to comment.