Skip to content

Commit

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

v0.4.5_ - 2019-02-22
--------------------

Fixed
'''''
- Support all ``fs`` versions under `3.0`.
Expand Down Expand Up @@ -131,7 +134,8 @@ v0.1.0_ - 2018-07-12

Initial public release.

.. _Unreleased: https://github.com/althonos/moclo/compare/v0.4.4...HEAD
.. _Unreleased: https://github.com/althonos/moclo/compare/v0.4.5...HEAD
.. _v0.4.5: https://github.com/althonos/moclo/compare/v0.4.4...v0.4.5
.. _v0.4.4: https://github.com/althonos/moclo/compare/v0.4.3...v0.4.4
.. _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
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.4"
__version__ = "0.4.5"

0 comments on commit 28a0374

Please sign in to comment.