Skip to content

Commit

Permalink
Release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Jul 31, 2015
1 parent 78c9291 commit 6e09bdc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

tip (unreleased)
----------------
1.6.3 (2015-07-30)
------------------
- Respect `to_field` and `db_column` parameters (gh-182)

1.6.2 (2015-07-04)
Expand Down
18 changes: 8 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ django-simple-history

.. image:: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
:target: http://travis-ci.org/treyhunner/django-simple-history
:alt: Build Status

.. image:: https://img.shields.io/codecov/c/github/treyhunner/django-simple-history/master.svg
:target: http://codecov.io/github/treyhunner/django-simple-history?branch=master
.. image:: https://pypip.in/v/django-simple-history/badge.png
:target: https://crate.io/packages/django-simple-history
.. image:: https://pypip.in/d/django-simple-history/badge.png
:target: https://crate.io/packages/django-simple-history
:alt: Test Coverage

.. image:: https://img.shields.io/pypi/v/django-simple-history.svg
:target: https://pypi.python.org/pypi/django-simple-history
:alt: PyPI Version

.. image:: https://landscape.io/github/treyhunner/django-simple-history/master/landscape.png
:target: https://landscape.io/github/treyhunner/django-simple-history/master
:alt: Code Health
Expand All @@ -29,9 +33,3 @@ Pull requests are welcome. Read the CONTRIBUTING file for tips on
submitting a pull request.

.. _PyPI: https://pypi.python.org/pypi/django-email-log/


.. image:: https://d2weczhvl823v0.cloudfront.net/treyhunner/django-simple-history/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free

2 changes: 1 addition & 1 deletion simple_history/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = '1.6.2'
__version__ = '1.6.3'


def register(
Expand Down

0 comments on commit 6e09bdc

Please sign in to comment.