Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Aug 28, 2016
1 parent 8cbd76d commit 579fc82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.4.2

* Fix bug in document deletion where quota was not given back
* Made model strings for `Folder` and `Document` Python 3 compatible

## 0.4.1

* Updating documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*parts):
description="a document management app for Django",
name="pinax-documents",
long_description=read_md("README.md"),
version="0.4.1",
version="0.4.2",
url="http://github.com/pinax/pinax-documents/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit 579fc82

Please sign in to comment.