summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst5
-rw-r--r--docs/history.rst5
-rw-r--r--docs/index.rst7
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`
-