Skip to content

Commit fa449ed

Browse files
committed
chore(release): update version in master to v1.13.0-dev
1 parent c598252 commit fa449ed

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
@@ -29,4 +29,4 @@ ADD . /app
2929
# Create static resources
3030
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
3131

32-
ENV DEIS_RELEASE 1.12.0
32+
ENV DEIS_RELEASE 1.13.0-dev

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.12.0'
9+
__version__ = '1.13.0-dev'

0 commit comments

Comments
 (0)