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