diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac69c86c..54c0aa9a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,11 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.0.3 commit = True tag = False [bumpversion:file:Makefile] + [bumpversion:file:packaging/suse-xsl-stylesheets.spec] + [bumpversion:file:README.adoc] + diff --git a/Makefile b/Makefile index c9c33ae3..ea9c8be9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ endif SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets # HINT: Also raise version number in packaging/suse-xsl-stylesheets.spec -VERSION := 2.0.2 +VERSION := 2.0.3 CDIR := $(shell pwd) DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt SUSE_XML_PATH := $(PREFIX)/xml/suse diff --git a/README.adoc b/README.adoc index f9317cd5..7c93839a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -SUSE XSL Stylesheets v2.0.2 +SUSE XSL Stylesheets v2.0.3 =========================== Thomas Schraitle diff --git a/packaging/suse-xsl-stylesheets.spec b/packaging/suse-xsl-stylesheets.spec index 7f782c09..1a51722d 100644 --- a/packaging/suse-xsl-stylesheets.spec +++ b/packaging/suse-xsl-stylesheets.spec @@ -17,7 +17,7 @@ Name: suse-xsl-stylesheets -Version: 2.0.2 +Version: 2.0.3 Release: 0 ###############################################################