Skip to content

Commit

Permalink
Version 0.11.0-rc12
Browse files Browse the repository at this point in the history
  • Loading branch information
xaralis committed Jun 1, 2020
1 parent d1aaa2c commit 9c4cce9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ matrix:
- export BUILDKIT_HOST=tcp://0.0.0.0:1234
install: true
script:
- travis_wait 30 bash .travis/build-images-backend.sh
- travis_wait 60 bash .travis/build-images-backend.sh

- name: "frontend image"
if: tag IS present
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

__version__ = "0.11.0-rc11"
__version__ = "0.11.0-rc12"

# -- Project information -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/fakeprinter/fakeprinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from flask_cors import CORS, cross_origin
from werkzeug.utils import secure_filename

__version__ = "0.11.0-rc11"
__version__ = "0.11.0-rc12"
__author__ = "Jirka Chadima"
__copyright__ = (
"Copyright (C) 2019 Fragaria s.r.o. - Released under terms of AGPLv3 License"
Expand Down
2 changes: 1 addition & 1 deletion src/karmen_backend/openapi/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '0.11.0-rc11'
version: '0.11.0-rc12'
title: 'Karmen API'
description: 'API of https://github.com/fragaria/karmen'
tags:
Expand Down
2 changes: 1 addition & 1 deletion src/karmen_backend/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import connexion


__version__ = "0.11.0-rc11"
__version__ = "0.11.0-rc12"
__author__ = "Jirka Chadima"
__copyright__ = (
"Copyright (C) 2019 Fragaria s.r.o. - Released under terms of AGPLv3 License"
Expand Down
2 changes: 1 addition & 1 deletion src/karmen_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/karmen_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"plugin:prettier/recommended"
]
},
"version": "0.11.0-rc11",
"version": "0.11.0-rc12",
"scripts": {
"eject": "react-scripts eject",
"cypress": "cypress open",
Expand Down

0 comments on commit 9c4cce9

Please sign in to comment.