Skip to content

Commit

Permalink
Version 0.11.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
xaralis committed May 22, 2020
1 parent dce5887 commit 9aa708c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.11.0-rc1"
__version__ = "0.11.0-rc2"

# -- 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-rc1"
__version__ = "0.11.0-rc2"
__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/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from flask_executor import Executor
from sentry_sdk.integrations.flask import FlaskIntegration

__version__ = "0.11.0-rc1"
__version__ = "0.11.0-rc2"
__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 @@ -45,7 +45,7 @@
"plugin:prettier/recommended"
]
},
"version": "0.11.0-rc1",
"version": "0.11.0-rc2",
"scripts": {
"eject": "react-scripts eject",
"cypress": "cypress open",
Expand Down

0 comments on commit 9aa708c

Please sign in to comment.