mirror of https://github.com/mahmoud/boltons.git
fix a link and update the docs nominal version (should automate this)
This commit is contained in:
parent
651d0f828e
commit
6061a7ccbf
|
@ -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'
|
||||
|
|
|
@ -11,7 +11,7 @@ including:
|
|||
* :func:`Atomic file saving <boltons.fileutils.atomic_save>`, 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 <boltons.iterutils.chunked>` and
|
||||
|
|
Loading…
Reference in New Issue