pymod 0.26.0.dev15 - included basic.lib

This commit is contained in:
Thomas Ferreira de Lima 2019-04-04 14:33:57 -04:00
parent d980c6f784
commit e68047733f
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
branches: branches:
only: only:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ # tag format: v0.25(.8)(-dev14) - /v\d+\.\d+(\.\d+)?(\S*)?$/ # tag format: *v0.25(.8)(dev14)
- staging - staging
- master - master

View File

@ -4,6 +4,9 @@ trigger:
include: include:
- master - master
- staging - staging
tags:
include:
- '*'
jobs: jobs:
- job: Build - job: Build

View File

@ -326,7 +326,7 @@ class Config(object):
""" """
Gets the version string Gets the version string
""" """
return "0.26.0.dev14" return "0.26.0.dev15"
config = Config() config = Config()