From 421fbeb2ed59676362f698a47f4ee03121d3f314 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 26 Apr 2017 21:17:16 +0300 Subject: [PATCH] Version 0.0.15: Use m_lib.defenc instead of m_lib; install it from PyPI --- docs/news.rst | 4 +++- m_librarian/__version__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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' -- 2.39.2