From: Oleg Broytman Date: Wed, 26 Apr 2017 18:17:16 +0000 (+0300) Subject: Version 0.0.15: Use m_lib.defenc instead of m_lib; install it from PyPI X-Git-Tag: 0.0.15^0 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=421fbeb2ed59676362f698a47f4ee03121d3f314;hp=1726c6cc7f336c133535a7fb71e8d668041010f1;p=m_librarian.git Version 0.0.15: Use m_lib.defenc instead of m_lib; install it from PyPI --- diff --git a/docs/news.rst b/docs/news.rst index ac10103..13a4254 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,9 +1,11 @@ News ==== -Version 0.0.15 (2016-07-??) +Version 0.0.15 (2017-04-26) --------------------------- +* Use m_lib.defenc instead of m_lib; install it from PyPI. + * Use pytest, coverage and tox for testing. Version 0.0.14 (2016-07-29) diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index 4bfdfc6..8ecd910 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.0.14' +__version__ = '0.0.15'