From b6ba07937bb54e7b4aa2de520fae919bf1d38d97 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 4 Jun 2013 18:50:52 +0200 Subject: [PATCH] changed version to 1.0.1 --- build.sbt | 2 +- src/sphinx/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 80a8eada8b..6c0816aafc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -version in ThisBuild := "1.0.1-RC1" +version in ThisBuild := "1.0.1" scalaVersion in ThisBuild := "2.10.1" diff --git a/src/sphinx/conf.py b/src/sphinx/conf.py index c3d834bbaf..53329a06b0 100644 --- a/src/sphinx/conf.py +++ b/src/sphinx/conf.py @@ -40,9 +40,9 @@ # built documents. # # The short X.Y version. -version = '1.0.1-RC1' +version = '1.0.1' # The full version, including alpha/beta/rc tags. -release = '1.0.1-RC1' +release = '1.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.