mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump version to 1.1.3.
This commit is contained in:
parent
4cf1afb064
commit
0adcbc43af
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
Release 1.1.3 (in development)
|
Release 1.1.3 (Mar 10, 2012)
|
||||||
==============================
|
============================
|
||||||
|
|
||||||
* PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII
|
* PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII
|
||||||
characters correctly.
|
characters correctly.
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.1.2+'
|
__version__ = '1.1.3'
|
||||||
__released__ = '1.1.2' # used when Sphinx builds its own docs
|
__released__ = '1.1.3' # used when Sphinx builds its own docs
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user