Skip to content

Commit

Permalink
Release 4.9: Support formatting of RST (reStructuredText) tables
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 28, 2018
1 parent 77c855d commit 933e530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions humanfriendly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Human friendly input/output in Python.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: January 20, 2018
# Last Change: March 28, 2018
# URL: https://humanfriendly.readthedocs.io

"""The main module of the `humanfriendly` package."""
Expand Down Expand Up @@ -39,7 +39,7 @@
from humanfriendly.compat import is_string, monotonic

# Semi-standard module versioning.
__version__ = '4.8'
__version__ = '4.9'

# Spinners are redrawn at most this many seconds.
minimum_spinner_interval = 0.2
Expand Down

0 comments on commit 933e530

Please sign in to comment.