Skip to content

Commit

Permalink
Release version 1.4 (#27)
Browse files Browse the repository at this point in the history
* Release version 1.4

* Update README.md
  • Loading branch information
alexm118 authored Dec 4, 2020
1 parent d6dafac commit a1aa63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Wagtail-TreeModelAdmin is an extension for Wagtail's [ModelAdmin](http://docs.wa

- Python 3.6+
- Django 2.2 (LTS), 3.1 (current)
- Wagtail 2.7 (LTS), 2.11 (current)
- Wagtail 2.7 (LTS), <3 (current)

It should be compatible with all intermediate versions, as well.
If you find that it is not, please [file an issue](https://github.com/cfpb/wagtail-treemodeladmin/issues/new).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
license="CC0",
version="1.3.0",
version="1.4.0",
include_package_data=True,
packages=find_packages(),
package_data={
Expand Down

0 comments on commit a1aa63b

Please sign in to comment.