diff --git a/moclo/CHANGELOG b/moclo/CHANGELOG index 5ad7d59..dd45c61 100644 --- a/moclo/CHANGELOG +++ b/moclo/CHANGELOG @@ -9,6 +9,14 @@ project adheres to `Semantic Versioning `_. 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``. @@ -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 diff --git a/moclo/moclo/__init__.py b/moclo/moclo/__init__.py index e20e62b..c27de47 100644 --- a/moclo/moclo/__init__.py +++ b/moclo/moclo/__init__.py @@ -3,4 +3,4 @@ from __future__ import unicode_literals as _ __author__ = "Martin Larralde " -__version__ = "0.4.2" +__version__ = "0.4.3"