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

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