Skip to content

Commit 6e09bdc

Browse files
committed
Release 1.6.3
1 parent 78c9291 commit 6e09bdc

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
tip (unreleased)
5-
----------------
4+
1.6.3 (2015-07-30)
5+
------------------
66
- Respect `to_field` and `db_column` parameters (gh-182)
77

88
1.6.2 (2015-07-04)

README.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ django-simple-history
33

44
.. image:: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
55
:target: http://travis-ci.org/treyhunner/django-simple-history
6+
:alt: Build Status
7+
68
.. image:: https://img.shields.io/codecov/c/github/treyhunner/django-simple-history/master.svg
79
:target: http://codecov.io/github/treyhunner/django-simple-history?branch=master
8-
.. image:: https://pypip.in/v/django-simple-history/badge.png
9-
:target: https://crate.io/packages/django-simple-history
10-
.. image:: https://pypip.in/d/django-simple-history/badge.png
11-
:target: https://crate.io/packages/django-simple-history
10+
:alt: Test Coverage
11+
12+
.. image:: https://img.shields.io/pypi/v/django-simple-history.svg
13+
:target: https://pypi.python.org/pypi/django-simple-history
14+
:alt: PyPI Version
15+
1216
.. image:: https://landscape.io/github/treyhunner/django-simple-history/master/landscape.png
1317
:target: https://landscape.io/github/treyhunner/django-simple-history/master
1418
:alt: Code Health
@@ -29,9 +33,3 @@ Pull requests are welcome. Read the CONTRIBUTING file for tips on
2933
submitting a pull request.
3034

3135
.. _PyPI: https://pypi.python.org/pypi/django-email-log/
32-
33-
34-
.. image:: https://d2weczhvl823v0.cloudfront.net/treyhunner/django-simple-history/trend.png
35-
:alt: Bitdeli badge
36-
:target: https://bitdeli.com/free
37-

simple_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '1.6.2'
3+
__version__ = '1.6.3'
44

55

66
def register(

0 commit comments

Comments
 (0)