diff --git a/brewman/brewman/__version__.py b/brewman/brewman/__version__.py index 775e1a64..32f2ffcb 100644 --- a/brewman/brewman/__version__.py +++ b/brewman/brewman/__version__.py @@ -1 +1 @@ -__version__ = "10.2.1" +__version__ = "10.2.2" diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 478af7ba..e4b27e91 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewman" -version = "10.2.1" +version = "10.2.2" description = "Accounting plus inventory management for a restaurant." authors = ["tanshu "] @@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api" warn_return_any = true warn_unused_configs = true plugins = ["sqlalchemy.ext.mypy.plugin"] -# disallow_untyped_defs = true + [tool.isort] profile = "black" diff --git a/overlord/package.json b/overlord/package.json index 3278f862..ddeea8be 100644 --- a/overlord/package.json +++ b/overlord/package.json @@ -1,6 +1,6 @@ { "name": "overlord", - "version": "10.2.1", + "version": "10.2.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/overlord/src/environments/environment.prod.ts b/overlord/src/environments/environment.prod.ts index 1c67ffd7..65f107c1 100644 --- a/overlord/src/environments/environment.prod.ts +++ b/overlord/src/environments/environment.prod.ts @@ -2,5 +2,5 @@ export const environment = { production: true, // eslint-disable-next-line @typescript-eslint/naming-convention ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry - version: '10.2.1', + version: '10.2.2', }; diff --git a/overlord/src/environments/environment.ts b/overlord/src/environments/environment.ts index fb434680..eef86d0f 100644 --- a/overlord/src/environments/environment.ts +++ b/overlord/src/environments/environment.ts @@ -6,7 +6,7 @@ export const environment = { production: false, // eslint-disable-next-line @typescript-eslint/naming-convention ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry - version: '10.2.1', + version: '10.2.2', }; /*