bump version to: 1.0.15-dev
This commit is contained in:
parent
c28c0523f4
commit
922ecf5e38
2 changed files with 2 additions and 2 deletions
2
build.py
2
build.py
|
@ -8,7 +8,7 @@ default_task = "dev"
|
|||
name = "dda-backup"
|
||||
MODULE = "not-used"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
version = "1.0.14"
|
||||
version = "1.0.15-dev"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
|
@ -7,7 +7,7 @@ import logging
|
|||
name = 'dda-backup'
|
||||
MODULE = 'NOT_SET'
|
||||
PROJECT_ROOT_PATH = '../..'
|
||||
version = "1.0.14"
|
||||
version = "1.0.15-dev"
|
||||
|
||||
|
||||
@init
|
||||
|
|
Loading…
Reference in a new issue