Skip to content

Commit

Permalink
Bump version: 1.5.1 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed May 7, 2020
1 parent f555d3e commit 39a87cf
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changes
`Unreleased <https://github.com/crim-ca/weaver/tree/master>`_ (latest)
========================================================================

`1.6.0 <https://github.com/crim-ca/weaver/tree/1.6.0>`_ (2020-05-07)
========================================================================

Changes:
--------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAKEFILE_NAME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
# Application
APP_ROOT := $(abspath $(lastword $(MAKEFILE_NAME))/..)
APP_NAME := $(shell basename $(APP_ROOT))
APP_VERSION ?= 1.5.1
APP_VERSION ?= 1.6.0
APP_INI ?= $(APP_ROOT)/config/$(APP_NAME).ini
DOCKER_REPO ?= docker-registry.crim.ca/ogc/weaver

Expand Down
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ For more details, see `Configuration`_ section.
:alt: Requires Python 2.7, 3.6+
:target: https://www.python.org/getit

.. |commits-since| image:: https://img.shields.io/github/commits-since/crim-ca/weaver/1.5.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/crim-ca/weaver/1.6.0.svg
:alt: Commits since latest release
:target: https://github.com/crim-ca/weaver/compare/1.5.1...master
:target: https://github.com/crim-ca/weaver/compare/1.6.0...master

.. |version| image:: https://img.shields.io/github/tag/crim-ca/weaver.svg?style=flat
:alt: Latest Tag
:target: https://github.com/crim-ca/weaver/tree/1.5.1
:target: https://github.com/crim-ca/weaver/tree/1.6.0

.. |requires| image:: https://requires.io/github/crim-ca/weaver/requirements.svg?branch=master
:alt: Requirements Status
Expand All @@ -54,9 +54,9 @@ For more details, see `Configuration`_ section.
:alt: Travis-CI Build Status (master branch)
:target: https://travis-ci.com/crim-ca/weaver

.. |travis_tagged| image:: https://img.shields.io/travis/com/crim-ca/weaver/1.5.1.svg?label=1.5.1
.. |travis_tagged| image:: https://img.shields.io/travis/com/crim-ca/weaver/1.6.0.svg?label=1.6.0
:alt: Travis-CI Build Status (latest tag)
:target: https://github.com/crim-ca/weaver/tree/1.5.1
:target: https://github.com/crim-ca/weaver/tree/1.6.0

.. |readthedocs| image:: https://img.shields.io/readthedocs/pavics-weaver
:alt: Readthedocs Build Status (master branch)
Expand Down Expand Up @@ -105,12 +105,12 @@ Docker image repositories:

::

$ docker pull pavics/weaver:1.5.1
$ docker pull pavics/weaver:1.6.0

For convenience, following tags are also available:

- ``weaver:1.5.1-manager``: `Weaver` image that will run the API for WPS process and job management.
- ``weaver:1.5.1-worker``: `Weaver` image that will run the process job runner application.
- ``weaver:1.6.0-manager``: `Weaver` image that will run the API for WPS process and job management.
- ``weaver:1.6.0-worker``: `Weaver` image that will run the process job runner application.

Following links correspond to existing servers with `Weaver` configured as *EMS*/*ADES* instances respectively.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL description.short="Weaver Base"
LABEL description.long="Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)"
LABEL maintainer="Francis Charette-Migneault <[email protected]>"
LABEL vendor="CRIM"
LABEL version="1.5.1"
LABEL version="1.6.0"

# setup paths
ENV APP_DIR=/opt/local/src/weaver
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.6.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion weaver/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__name__ = "weaver"
__title__ = "Weaver"
__version__ = "1.5.1"
__version__ = "1.6.0"
__description__ = "Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)."
# __source_repository__ = "https://www.crim.ca/stash/projects/OGC/repos/weaver"
# __docker_repository__ = "docker-registry.crim.ca/ogc/weaver:latest"
Expand Down

0 comments on commit 39a87cf

Please sign in to comment.