Version Bump v15.1.3

This commit is contained in:
2026-08-26 11:51:55 +05:30
parent b5d57fccf3
commit 386a6c4964
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "15.1.2" __version__ = "15.1.3"
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "brewman" name = "brewman"
version = "15.1.2" version = "15.1.3"
description = "Accounting plus inventory management for a restaurant." description = "Accounting plus inventory management for a restaurant."
requires-python = ">=3.14" requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }] authors = [{ name = "tanshu", email = "git@tanshu.com" }]
+1 -1
View File
@@ -211,7 +211,7 @@ wheels = [
[[package]] [[package]]
name = "brewman" name = "brewman"
version = "15.1.2" version = "15.1.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "alembic" }, { name = "alembic" },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "overlord", "name": "overlord",
"version": "15.1.2", "version": "15.1.3",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = { export const environment = {
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '15.1.2', version: '15.1.3',
title: 'HnG / TGB', title: 'HnG / TGB',
}; };