Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
b6d committed Nov 11, 2014
2 parents 17e32f7 + 221c9a4 commit ac621e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
Changelog
=========

0.3 (unreleased)
================
0.3.1 (2014-11-11)
==================

.. note::
- Fix inconsistency in changelog.

While unreleased, the changelog of lima 0.3 is itself subject to change.

0.3 (2014-11-11)
================

- Support dumping of ``OrderedDict`` objects by providing ``ordered=True`` to
a Schema constructor.
Expand Down
2 changes: 1 addition & 1 deletion lima/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from lima import schema
from lima.schema import Schema

__version__ = '0.3'
__version__ = '0.3.1'

0 comments on commit ac621e1

Please sign in to comment.