Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 6, 2018
1 parent 225f120 commit 57c8f65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim:set ft=dockerfile:
FROM continuumio/miniconda3
MAINTAINER https://github.com/bird-house/emu
LABEL Description="Emu: Demo PyWPS" Vendor="Birdhouse" Version="0.8.0"
LABEL Description="Emu: Demo PyWPS" Vendor="Birdhouse" Version="0.9.0"

# Update Debian system
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion emu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .wsgi import application

__version__ = '0.8.0'
__version__ = '0.9.0'
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True
tag = True

Expand All @@ -22,7 +22,6 @@ replace = Version="{new_version}"
addopts =
--strict
--tb=native

python_files = test_*.py
markers =
online: mark test to need internet connection
Expand Down

0 comments on commit 57c8f65

Please sign in to comment.