From f36be0438775d5ae768ccf321ea6a20fc587f5f2 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Fri, 22 Dec 2017 21:03:53 +0000 Subject: update history in docs --- CHANGES.rst | 5 +++-- docs/history.rst | 5 ++++- docs/index.rst | 7 ------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 622899e..51fdcad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -44,9 +44,10 @@ Releases 2.0 and greater ======================== Release 2.0.1 (2017-12-20) ------------ +-------------------------- -* use `re.match` instead of `re.search` to improve performance on large strings +* use ``re.match`` instead of ``re.search`` to improve performance on large + strings Release 2.0.0 (2016-12-28T06:18:42Z) ------------------------------------ diff --git a/docs/history.rst b/docs/history.rst index 45fc2dd..9ba59a5 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -46,12 +46,15 @@ smartypants **smartypants, Python [fork of] SmartyPants.** -Since August 2013, smartypants has been managed by `Yu-Jie Lin`_ after +In August 2013, smartypants became managed by `Yu-Jie Lin`_ after they contacted Chad Miller and Hao Lian. Lin took over the project manager role and the package ownership on PyPI. It has since then also officially supported Python 3. +Since December 2017, smartypants has been managed by `Leo Hemsted`_. + .. _Yu-Jie Lin: http://yjl.im/ +.. _Leo Hemsted: https://github.com/leohemsted At this point, smartpants is heading towards as a *fork* of SmartyPants. The ".py" part is dropped from the project name, ".py" or "port" sometimes is still diff --git a/docs/index.rst b/docs/index.rst index 75fff8d..5cf4b03 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,12 +6,6 @@ Welcome to smartypants documentation! ===================================== -.. important:: - - As of 2016-12-28, smartypants is looking for new maintainer to take over, - please contact project owner on Bitbucket. - - Contents: .. toctree:: @@ -33,4 +27,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - -- cgit v1.2.1