Skip to content

Commit

Permalink
version raised to 0.13.0-rc06
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Gottfried committed Jul 2, 2020
1 parent 85fde71 commit 046a01f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.13.0-rc05"
__version__ = "0.13.0-rc06"

# -- 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 @@ -11,7 +11,7 @@

from fakeprinter.middlewares import ThrottlingMiddleware

__version__ = "0.13.0-rc05"
__version__ = "0.13.0-rc06"
__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.13.0-rc05'
version: '0.13.0-rc06'
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 @@ -12,7 +12,7 @@
import connexion


__version__ = "0.13.0-rc05"
__version__ = "0.13.0-rc06"
__author__ = "Jirka Chadima"
__copyright__ = (
"Copyright (C) 2019 Fragaria s.r.o. - Released under terms of AGPLv3 License"
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0-rc05",
"version": "0.13.0-rc06",
"scripts": {
"eject": "react-scripts eject",
"cypress": "cd cypress && npm run cypress",
Expand Down

0 comments on commit 046a01f

Please sign in to comment.