Skip to content

Commit

Permalink
Bump to 1.2b2.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Sep 17, 2013
1 parent 13f6fc7 commit 8da68a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release 1.2 (in development)
============================
Release 1.2 beta2 (released Sep 17, 2013)
=========================================

Features added
--------------
Expand Down
4 changes: 2 additions & 2 deletions sphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import sys
from os import path

__version__ = '1.2b1'
__released__ = '1.2b1' # used when Sphinx builds its own docs
__version__ = '1.2b2'
__released__ = '1.2b2' # used when Sphinx builds its own docs

package_dir = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 8da68a8

Please sign in to comment.