From f2f33676e3904bf9bc7d419de11a49d3f274396e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 08:49:25 +0000 Subject: Apply patch 0003-boom-bump-release-to-1.2.patch patch_name: 0003-boom-bump-release-to-1.2.patch present_in_specfile: true --- diff --git a/boom.spec b/boom.spec index a5797ed..8adb368 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.