Blame SOURCES/0003-boom-bump-release-to-1.2.patch

0228ad
 boom.spec        | 2 +-
0228ad
 boom/__init__.py | 2 +-
0228ad
 doc/conf.py      | 4 ++--
0228ad
 3 files changed, 4 insertions(+), 4 deletions(-)
0228ad
0228ad
diff --git a/boom.spec b/boom.spec
0228ad
index 160aa53..9331112 100644
0228ad
--- a/boom.spec
0228ad
+++ b/boom.spec
0228ad
@@ -2,7 +2,7 @@
0228ad
 %global sphinx_docs 1
0228ad
 
0228ad
 Name:		boom
0228ad
-Version:	1.1
0228ad
+Version:	1.2
0228ad
 Release:	1%{?dist}
0228ad
 Summary:	%{summary}
0228ad
 
0228ad
diff --git a/boom/__init__.py b/boom/__init__.py
0228ad
index fa17610..34f2d14 100644
0228ad
--- a/boom/__init__.py
0228ad
+++ b/boom/__init__.py
0228ad
@@ -35,6 +35,6 @@ from __future__ import print_function
0228ad
 from ._boom import *
0228ad
 from ._boom import __all__
0228ad
 
0228ad
-__version__ = "1.1"
0228ad
+__version__ = "1.2"
0228ad
 
0228ad
 # vim: set et ts=4 sw=4 :
0228ad
diff --git a/doc/conf.py b/doc/conf.py
0228ad
index cccdcfa..043655b 100644
0228ad
--- a/doc/conf.py
0228ad
+++ b/doc/conf.py
0228ad
@@ -64,9 +64,9 @@ author = u'Bryn M. Reeves'
0228ad
 # built documents.
0228ad
 #
0228ad
 # The short X.Y version.
0228ad
-version = u'1.1'
0228ad
+version = u'1.2'
0228ad
 # The full version, including alpha/beta/rc tags.
0228ad
-release = u'1.1'
0228ad
+release = u'1.2'
0228ad
 
0228ad
 # The language for content autogenerated by Sphinx. Refer to documentation
0228ad
 # for a list of supported languages.