Skip to content

Commit

Permalink
integrated PR #66
Browse files Browse the repository at this point in the history
  • Loading branch information
ierror committed Jul 8, 2018
1 parent 20c0474 commit 58320a8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Contributors
* [ghedsouza](https://github.com/ghedsouza)
* [karamanolev](https://github.com/karamanolev)
* [wlonk](https://github.com/wlonk>)

* [kavdev](https://github.com/kavdev)
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.2
Fix: A bug fix in Django 2.0.6 has broken django-js-reverse `#65 <https://github.com/ierror/django-js-reverse/issues/65>`_
Thank you `kavdev <https://github.com/kavdev>`_

0.8.1
Fix: The tests folder of the `#53 <https://github.com/ierror/django-js-reverse/issues/53>`_ was still present in the build. => Added cleanup to the release make command.

Expand Down
15 changes: 6 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Result:
Changelog
_________

0.8.2
Fix: A bug fix in Django 2.0.6 has broken django-js-reverse `#65 <https://github.com/ierror/django-js-reverse/issues/65>`_
Thank you `kavdev <https://github.com/kavdev>`_

0.8.1
Fix: The tests folder of the `#53 <https://github.com/ierror/django-js-reverse/issues/53>`_ was still present in the build. => Added cleanup to the release make command.

Expand All @@ -75,15 +79,6 @@ _________
Fix: `PR #44 <https://github.com/ierror/django-js-reverse/pull/44>`_ - "Remove duplicate _get_url call"
Thank you `razh <https://github.com/razh>`_

0.7.2
Fix: `#42 <https://github.com/ierror/django-js-reverse/issues/42>`_ - "Templatetag js_reverse_inline breaks on Django 1.9"
Thank you `tommikaikkonen <https://github.com/tommikaikkonen>`_

Optimized imports

0.7.1
Fix: `#41 <https://github.com/ierror/django-js-reverse/issues/41>`_ - make it possible to use number 0 as url argument


`Full changelog <https://raw.githubusercontent.com/ierror/django-js-reverse/master/CHANGELOG>`_

Expand All @@ -94,6 +89,8 @@ Requirements
+----------------+------------------------------------------+
| Python version | Django versions |
+================+==========================================+
| 3.7 | 2.0, 1.11, 1.10, 1.9, 1.8 |
+----------------+------------------------------------------+
| 3.6 | 2.0, 1.11, 1.10, 1.9, 1.8 |
+----------------+------------------------------------------+
| 3.5 | 2.0, 1.11, 1.10, 1.9, 1.8 |
Expand Down
2 changes: 1 addition & 1 deletion django_js_reverse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
VERSION = (0, 8, 1)
VERSION = (0, 8, 2)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ deps=
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
django111: Django>=1.11,<1.12
django20: Django>=2.0
django20: Django>=2.0,<2.1

0 comments on commit 58320a8

Please sign in to comment.