Blob Blame History Raw
 boom.spec        | 2 +-
 boom/__init__.py | 2 +-
 doc/conf.py      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

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