From 6061a7ccbf1df0df89e9d9024ee111df8c46f1c6 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 9 Apr 2015 14:34:58 -0700 Subject: [PATCH] fix a link and update the docs nominal version (should automate this) --- docs/conf.py | 4 ++-- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ca592e9..74519c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -98,8 +98,8 @@ project = u'boltons' copyright = u'2015, Mahmoud Hashemi' author = u'Mahmoud Hashemi' -version = '0.4' -release = '0.4.3' +version = '0.5' +release = '0.5.0' if os.name != 'nt': today_fmt = '%B %e, %Y' diff --git a/docs/index.rst b/docs/index.rst index 685bc20..8ada99f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ including: * :func:`Atomic file saving `, bolted on with :mod:`~boltons.fileutils` * A highly-optimized :class:`~boltons.dictutils.OrderedMultiDict`, - in :mod:`boltons.dictutils` + in :mod:`~boltons.dictutils` * Two types of :class:`~boltons.queueutils.PriorityQueue`, in :mod:`~boltons.queueutils` * :func:`Chunked ` and