Skip to content

Commit dc7ca5c

Browse files
committed
[docs] Final tweeks, including change of version number to 3.2.0
1 parent 12bdf43 commit dc7ca5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

willie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import signal
2020
from tools import stderr
2121

22-
__version__ = '3.2.0-rc1'
22+
__version__ = '3.2.0'
2323

2424

2525
def run(config):

willie/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def new(*args, **kwargs):
4141
# A simple class to make mutli dimensional dict easy to use
4242
class Ddict(dict):
4343
"""
44-
A simple helper class to ease the creation of multi-dimensional ``dict``s.
44+
A simple helper class to ease the creation of multi-dimensional ``dict``\s.
4545
"""
4646

4747
def __init__(self, default=None):

0 commit comments

Comments
 (0)