Skip to content

Commit

Permalink
[docs] Final tweeks, including change of version number to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Mar 31, 2013
1 parent 12bdf43 commit dc7ca5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion willie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import signal
from tools import stderr

__version__ = '3.2.0-rc1'
__version__ = '3.2.0'


def run(config):
Expand Down
2 changes: 1 addition & 1 deletion willie/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def new(*args, **kwargs):
# A simple class to make mutli dimensional dict easy to use
class Ddict(dict):
"""
A simple helper class to ease the creation of multi-dimensional ``dict``s.
A simple helper class to ease the creation of multi-dimensional ``dict``\s.
"""

def __init__(self, default=None):
Expand Down

0 comments on commit dc7ca5c

Please sign in to comment.