File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# vim:set ft=dockerfile:
22FROM continuumio/miniconda3
33MAINTAINER https://github.com/bird-house/emu
4- LABEL Description="Emu: Demo PyWPS" Vendor="Birdhouse" Version="0.9.0 "
4+ LABEL Description="Emu: Demo PyWPS" Vendor="Birdhouse" Version="0.9.1 "
55
66# Update Debian system
77RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 6868# The short X.Y version.
6969version = ''
7070# The full version, including alpha/beta/rc tags.
71- release = '0.9.0 '
71+ release = '0.9.1 '
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = '0.9.0 '
1+ __version__ = '0.9.1 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0
2+ current_version = 0.9.1
33commit = True
44tag = True
55
You can’t perform that action at this time.
0 commit comments