mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Release preparation for 1.0b2.
This commit is contained in:
parent
1b9963f4d8
commit
0a91ac75b7
@ -12,8 +12,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.0b1+'
|
__version__ = '1.0b2'
|
||||||
__released__ = '1.0b1' # used when Sphinx builds its own docs
|
__released__ = '1.0b2' # 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