From 6e09bdc41fa12618b19ae7b586231652fb4abc10 Mon Sep 17 00:00:00 2001 From: Micah Denbraver Date: Thu, 30 Jul 2015 21:27:00 -0700 Subject: [PATCH] Release 1.6.3 --- CHANGES.rst | 4 ++-- README.rst | 18 ++++++++---------- simple_history/__init__.py | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index eff7bbf8a..909cee9f8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/README.rst b/README.rst index d5b8f2b09..eefb3109c 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 - diff --git a/simple_history/__init__.py b/simple_history/__init__.py index f919fd8b3..a694907fc 100755 --- a/simple_history/__init__.py +++ b/simple_history/__init__.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '1.6.2' +__version__ = '1.6.3' def register(