Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #45 from prymitive/django2
Browse files Browse the repository at this point in the history
0.9 release
  • Loading branch information
prymitive authored Dec 16, 2017
2 parents f12c7b8 + d2a44f9 commit 04398fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ env:
global:
- secure: "ddpJ80hapY19xudhnHECEVbbfM+nc9UROV8nBgTdQmM9jRH8OD+29U0i0af4/Zz+9IJ2pffY5sPkUHQIQyNcnMp0xZM8ErAwcrhknnVFzjcHcuhSzfstB3l13D9qHPuD3/IdpnRRCDUwZ0a7IJwsrbk4n9CmAEV3PwNkRz3nlOo="
matrix:
- DJANGO=2.0rc1
- DJANGO=2.0
- DJANGO=1.8.18
- DJANGO=1.10.7
- DJANGO=1.11

matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0rc1
env: DJANGO=2.0
- python: "3.3"
env: DJANGO=1.10.7
- python: "3.3"
env: DJANGO=1.11
- python: "3.3"
env: DJANGO=2.0rc1
env: DJANGO=2.0
- python: "3.6"
env: DJANGO=1.8.18
- python: "3.6"
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ Result::
Changelog
=========

* 0.9.0 - added support for Django 2.0
* 0.8.2 - no code changes since 0.8.1
* 0.8.1 - ``{% render_breadcrumbs %}`` will now pass context as dict for Django >= 1.8 since ``RequestContext()`` was deprecated (https://docs.djangoproject.com/en/1.10/ref/templates/upgrading/)
* 0.8 - lots of cleanups and improvements by Alexandre Macabies (zopieux)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='django_bootstrap_breadcrumbs',
version='0.9.0rc1',
version='0.9.0',
url='http://prymitive.github.com/bootstrap-breadcrumbs',
license='MIT',
description='Django breadcrumbs for Bootstrap 2, 3 or 4',
Expand Down

0 comments on commit 04398fb

Please sign in to comment.