Version Bump v10.2.2

This commit is contained in:
Amritanshu Agrawal 2021-11-10 11:22:35 +05:30
parent ec2b6d7293
commit bfdf70cdc4
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = "10.2.1" __version__ = "10.2.2"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "brewman" name = "brewman"
version = "10.2.1" version = "10.2.2"
description = "Accounting plus inventory management for a restaurant." description = "Accounting plus inventory management for a restaurant."
authors = ["tanshu <git@tanshu.com>"] authors = ["tanshu <git@tanshu.com>"]
@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api"
warn_return_any = true warn_return_any = true
warn_unused_configs = true warn_unused_configs = true
plugins = ["sqlalchemy.ext.mypy.plugin"] plugins = ["sqlalchemy.ext.mypy.plugin"]
# disallow_untyped_defs = true
[tool.isort] [tool.isort]
profile = "black" profile = "black"

View File

@ -1,6 +1,6 @@
{ {
"name": "overlord", "name": "overlord",
"version": "10.2.1", "version": "10.2.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -2,5 +2,5 @@ export const environment = {
production: true, production: true,
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.2.1', version: '10.2.2',
}; };

View File

@ -6,7 +6,7 @@ export const environment = {
production: false, production: false,
// eslint-disable-next-line @typescript-eslint/naming-convention // eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '10.2.1', version: '10.2.2',
}; };
/* /*