From 2f1f9eee1f0cd6302b6949eb59903195e63b3c69 Mon Sep 17 00:00:00 2001 From: tanshu Date: Tue, 26 Apr 2022 09:07:07 +0530 Subject: [PATCH] Version Bump v10.3.0 --- barker/barker/__version__.py | 2 +- barker/pyproject.toml | 2 +- bookie/package.json | 2 +- bookie/src/environments/environment.prod.ts | 2 +- bookie/src/environments/environment.ts | 2 +- frank/pyproject.toml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/barker/barker/__version__.py b/barker/barker/__version__.py index 32f2ffc..7b8cce4 100644 --- a/barker/barker/__version__.py +++ b/barker/barker/__version__.py @@ -1 +1 @@ -__version__ = "10.2.2" +__version__ = "10.3.0" diff --git a/barker/pyproject.toml b/barker/pyproject.toml index 0706f1e..809f8d0 100644 --- a/barker/pyproject.toml +++ b/barker/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "barker" -version = "10.2.2" +version = "10.3.0" description = "Point of Sale for a restaurant" authors = ["tanshu "] diff --git a/bookie/package.json b/bookie/package.json index d86838a..497b123 100644 --- a/bookie/package.json +++ b/bookie/package.json @@ -1,6 +1,6 @@ { "name": "bookie", - "version": "10.2.2", + "version": "10.3.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/bookie/src/environments/environment.prod.ts b/bookie/src/environments/environment.prod.ts index b0ddc05..abd4626 100644 --- a/bookie/src/environments/environment.prod.ts +++ b/bookie/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: true, ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry - version: '10.2.2', + version: '10.3.0', }; diff --git a/bookie/src/environments/environment.ts b/bookie/src/environments/environment.ts index b7e999d..3a3a436 100644 --- a/bookie/src/environments/environment.ts +++ b/bookie/src/environments/environment.ts @@ -5,7 +5,7 @@ export const environment = { production: false, ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry - version: '10.2.2', + version: '10.3.0', }; /* diff --git a/frank/pyproject.toml b/frank/pyproject.toml index 98b8ce5..990965d 100644 --- a/frank/pyproject.toml +++ b/frank/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "frank" -version = "10.2.2" +version = "10.3.0" description = "Point of Sale for a restaurant" authors = ["tanshu "] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" pydantic = {extras = ["dotenv"], version = "^1.9.0"} arq = "^0.22" aiohttp = "^3.8.1"