Skip to content

Commit 7129247

Browse files
committed
Increase version to v2.7.0
1 parent dedd64c commit 7129247

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ COPY package*.json ./
66
RUN npm install --production && npm cache clean --force
77
# Set PATH
88
ENV PATH /opt/cric/backend/node_modules/.bin:$PATH
9-
LABEL version="2.6.1-base" \
9+
LABEL version="2.7.0-base" \
1010
description="Backend in Node.js for CRIC Searchable Image Database" \
1111
maintainer="raniere@rgaiacs.com"
1212

1313
FROM base as development
1414
RUN npm install && npm cache clean --force
15-
LABEL version="2.6.1-development"
15+
LABEL version="2.7.0-development"
1616

1717
FROM base as production
1818
# Copy ./src
1919
COPY . ./
2020
ENV NODE_ENV production
21-
LABEL version="2.6.1-production"
21+
LABEL version="2.7.0-production"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Center for Recognition and Inspection of Cells (CRIC)'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.6.1'
25+
release = '2.7.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "searchable-image-database-nodejs",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "CRIC Searchable Image Database is a public cervical cell image database aiming supporting cervical cancer analysis of Pap smear.",
55
"keywords": [
66
"cervical cell",

0 commit comments

Comments
 (0)