From 44510d116ae77828bc7d9edfbb06304f6533c825 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Sun, 22 Apr 2018 10:08:10 -0300 Subject: [PATCH] Bump patch version Signed-off-by: Uilian Ries --- README.md | 1 - bincrafters/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dc4d6b5..6ebf6cd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ To solve the upload, some variables are customized by default: **CONAN_UPLOAD**: https://api.bintray.com/conan/bincrafters/public-conan **CONAN_REFERENCE**: Fields **name** and **version** from conanfile.py **CONAN_USERNAME**: Get from CI env vars. Otherwise, use **bincrafters** -**CONAN_LOGIN_USERNAME**: Get from CI env vars. Otherwise, use **bincrafters-user** **CONAN_VERSION**: Get from CI env vars. **CONAN_VERSION**: Field **version** from conanfile.py **CONAN_UPLOAD_ONLY_WHEN_STABLE**: True for default template. False for Boost builds. diff --git a/bincrafters/__init__.py b/bincrafters/__init__.py index a842d05..6fccdee 100644 --- a/bincrafters/__init__.py +++ b/bincrafters/__init__.py @@ -1 +1 @@ -__version__ = '0.15.0' +__version__ = '0.15.1'