Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d7c41c27c | ||
|
|
574ef45920 |
@@ -1 +1 @@
|
||||
__version__ = "15.2.7"
|
||||
__version__ = "15.2.8"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "brewman"
|
||||
version = "15.2.7"
|
||||
version = "15.2.8"
|
||||
description = "Accounting plus inventory management for a restaurant."
|
||||
requires-python = ">=3.14"
|
||||
authors = [{ name = "tanshu", email = "git@tanshu.com" }]
|
||||
|
||||
Generated
+1
-1
@@ -211,7 +211,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "brewman"
|
||||
version = "15.2.7"
|
||||
version = "15.2.8"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "alembic" },
|
||||
|
||||
@@ -41,13 +41,13 @@
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kb",
|
||||
"maximumError": "1500kb"
|
||||
"maximumWarning": "1000kb",
|
||||
"maximumError": "2000kb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "2kb",
|
||||
"maximumError": "4kb"
|
||||
"maximumError": "5kb"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "overlord",
|
||||
"version": "15.2.7",
|
||||
"version": "15.2.8",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||
version: '15.2.7',
|
||||
version: '15.2.8',
|
||||
title: 'HnG / TGB',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user