Skip to content

Commit

Permalink
Fix broken Colorama reference in README.rst (breaks PyPI rendering)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 23, 2015
1 parent 008cb7e commit 275e96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -124,6 +124,7 @@ This software is licensed under the `MIT license`_.

.. External references:
.. _ANSI escape sequences: http://en.wikipedia.org/wiki/ANSI_escape_code#Colors
.. _Colorama: https://pypi.python.org/pypi/colorama
.. _ColoredFormatter: http://coloredlogs.readthedocs.org/en/latest/#coloredlogs.ColoredFormatter
.. _cron: https://en.wikipedia.org/wiki/Cron
.. _GitHub: https://github.com/xolox/python-coloredlogs
Expand Down
2 changes: 1 addition & 1 deletion coloredlogs/__init__.py
Expand Up @@ -103,7 +103,7 @@
"""

# Semi-standard module versioning.
__version__ = '3.1'
__version__ = '3.1.1'

# Standard library modules.
import collections
Expand Down

0 comments on commit 275e96a

Please sign in to comment.