Skip to content

Commit

Permalink
Preparing 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed May 8, 2014
1 parent 400d54a commit 42a5a76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

4.4.1 (2014-05-08)
++++++++++++++++++

* bug fixes
* documentation fixes
* test coverage on coveralls.io


4.4.0 (2014-05-01)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Welcome to django-bootstrap3
.. image:: https://travis-ci.org/dyve/django-bootstrap3.png?branch=master
:target: https://travis-ci.org/dyve/django-bootstrap3

.. image:: https://coveralls.io/repos/dyve/django-bootstrap3/badge.png?branch=develop
:target: https://coveralls.io/r/dyve/django-bootstrap3?branch=develop

.. image:: https://badge.fury.io/py/django-bootstrap3.png
:target: http://badge.fury.io/py/django-bootstrap3

Expand Down
2 changes: 1 addition & 1 deletion bootstrap3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '4.4.0'
__version__ = '4.4.1'

0 comments on commit 42a5a76

Please sign in to comment.