From c726589b00e5653509a750ded022113dba7b8a7e Mon Sep 17 00:00:00 2001 From: Adam Dubiel Date: Mon, 6 Feb 2017 17:27:22 +0100 Subject: [PATCH] Release version: 1.5.0 --- README.md | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b129f251..84427870 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ project versions along SCM tag versions. ``` plugins { - id 'pl.allegro.tech.build.axion-release' version '1.4.1' + id 'pl.allegro.tech.build.axion-release' version '1.5.0' } scmVersion { diff --git a/docs/conf.py b/docs/conf.py index 4344d0ad..1da767a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '1.4.1' +version = '1.5.0' # The full version, including alpha/beta/rc tags. -release = '1.4.1' +release = '1.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.