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

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