Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Jan 6, 2019
1 parent 36cd913 commit 953d206
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion moclo/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
Unreleased_
-----------


v0.4.3_ - 2019-01-06
--------------------

Changed
'''''''
- Add ``2.2.0`` to the supported ``fs`` versions.

Added
'''''
- Add ``Item.record`` shortcut to ``Item.entity.record`` in ``moclo.registry``.
Expand Down Expand Up @@ -113,7 +121,8 @@ v0.1.0_ - 2018-07-12

Initial public release.

.. _Unreleased: https://github.com/althonos/moclo/compare/v0.4.2...HEAD
.. _Unreleased: https://github.com/althonos/moclo/compare/v0.4.3...HEAD
.. _v0.4.3: https://github.com/althonos/moclo/compare/v0.4.2...v0.4.3
.. _v0.4.2: https://github.com/althonos/moclo/compare/v0.4.1...v0.4.2
.. _v0.4.1: https://github.com/althonos/moclo/compare/v0.4.0...v0.4.1
.. _v0.4.0: https://github.com/althonos/moclo/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion moclo/moclo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import unicode_literals as _

__author__ = "Martin Larralde <martin.larralde@ens-paris-saclay.fr>"
__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit 953d206

Please sign in to comment.