Skip to content

Commit

Permalink
Release as v0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Dec 21, 2017
1 parent 2052024 commit f4aa4b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ to:
== Django compatibility

|= django-tools |= django version |= python |
| >= v0.38.1 | 1.8, 1.11 | 3.5, 3.6, pypy3 |
| >= v0.38.0 | 1.8, 1.11 | 3.5, 3.6 |
| >= v0.37.0 | 1.8, 1.11 | 3.4, 3.5 |
| >= v0.33.0 | 1.8, 1.11 | 2.7, 3.4, 3.5 |
Expand All @@ -553,11 +554,15 @@ to:
| v0.26 | <=1.6 | |
| v0.25 | <=1.4 | |

(since v0.29 the given version combination will be tested via travis-ci)
(See also combinations in [[https://github.com/jedie/django-tools/blob/master/.travis.yml|.travis.yml]] and [[https://github.com/jedie/django-tools/blob/master/tox.ini|tox.ini]])


== history

* v0.38.1 - 21.12.2017 - [[https://github.com/jedie/django-tools/compare/v0.38.0...v0.38.1|compare v0.38.0...v0.38.1]]
** refactor travis/tox/pytest/coverage stuff
** Tests can be run via {{{python3 setup.py tox}}} and/or {{{python3 setup.py test}}}
** Test also with pypy3 on Travis CI.
* v0.38.0 - 19.12.2017 - [[https://github.com/jedie/django-tools/compare/v0.37.0...v0.38.0|compare v0.37.0...v0.38.0]]
** NEW: {{{django_tools.unittest_utils.user.get_or_create_group}}}
** NEW: {{{django_tools.unittest_utils.user.get_or_create_user}}}
Expand Down
2 changes: 1 addition & 1 deletion django_tools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = "0.38.0"
__version__ = "0.38.1"

0 comments on commit f4aa4b9

Please sign in to comment.