Skip to content

Commit 736236f

Browse files
author
Matthew Fisher
committed
feat(version): add -dev flag for unversioned releases
This helps clear some confusion on the current version of Deis users are currently working with. [skip ci]
1 parent 362c6ff commit 736236f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .celery import app # noqa
1010

1111

12-
__version__ = '0.12.0'
12+
__version__ = '0.12.0-dev'

0 commit comments

Comments
 (0)