Skip to content

Commit 62f4cc5

Browse files
committed
chore(release): update version in master to v1.4.0-dev
1 parent 86a62e5 commit 62f4cc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ ADD . /app
3131
# Create static resources
3232
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
3333

34-
ENV DEIS_RELEASE 1.3.0
34+
ENV DEIS_RELEASE 1.4.0-dev
3535

deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

9-
__version__ = '1.3.0'
9+
__version__ = '1.4.0-dev'

0 commit comments

Comments
 (0)