From 9d99eb0401a6d8f1dc91330ade330e5506304636 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Tue, 9 Jul 2019 09:30:22 -0400 Subject: [PATCH] bumped to v0.1.3 --- AUTHORS | 1 + README.rst | 4 ++++ docs/authors.rst | 7 ++++++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 4703fdf..0f0bc1f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,3 +5,4 @@ People who have worked on this project - Neal Todd (@nealtodd) - Danilo Bargen (@dbrgn) - Eduardo Raad (@eraad) +- Manuel Kaufmann (@humitos) diff --git a/README.rst b/README.rst index cefa3c1..b417e4f 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,10 @@ Supported Python versions: 2.7 and 3.3+ Releases ======== +- 0.1.3 : 07-09-2019 + - Fixed anonymous error where it wasn't getting set correctly [@humitos] + - bump django to 2.0.13 + - changed default_user so it wasn't global [@humitos] - 0.1.2 : 10-19-2018 - #35 fix(error): TypeError: 'bool' object is not callable [@AnArchkoleptik] - bump django dev requirement to 2.0.9 diff --git a/docs/authors.rst b/docs/authors.rst index c69f9d3..0f0bc1f 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -1,3 +1,8 @@ People who have worked on this project -------------------------------------- -- Ken Cochrane (@KenCochrane) \ No newline at end of file +- Ken Cochrane (@KenCochrane) +- Lee Longmore (@leelongmore) +- Neal Todd (@nealtodd) +- Danilo Bargen (@dbrgn) +- Eduardo Raad (@eraad) +- Manuel Kaufmann (@humitos)