Skip to content

Commit

Permalink
version raised to 0.12.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Gottfried committed Jun 17, 2020
1 parent 3f1e9fb commit 15eef04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.12.0-rc3"
__version__ = "0.12.0-rc4"

# -- 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.12.0-rc3"
__version__ = "0.12.0-rc4"
__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.12.0-rc3'
version: '0.12.0-rc4'
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.12.0-rc3"
__version__ = "0.12.0-rc4"
__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.12.0-rc3",
"version": "0.12.0-rc4",
"scripts": {
"eject": "react-scripts eject",
"cypress": "cd cypress && npm run cypress",
Expand Down

0 comments on commit 15eef04

Please sign in to comment.