Compare commits

..
4 Commits
Author SHA1 Message Date
tanshu 1fa16912d1 Version Bump v15.2.0 2026-08-26 12:00:32 +05:30
tanshu c891937d2b Version Bump v15.1.4 2026-08-26 11:59:15 +05:30
tanshu 386a6c4964 Version Bump v15.1.3 2026-08-26 11:51:55 +05:30
tanshu b5d57fccf3 Still fixing the error 2026-08-26 06:21:50 +00:00
7 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ build-production: ## Build the production docker image.
--tag registry.tanshu.com/brewman:latest \
$(if $(TAG),--tag registry.tanshu.com/brewman:$(TAG)) \
--push \
git@git.tanshu.com:tanshu/brewman.git
git@git.tanshu.com:tanshu/brewman.git$(if $(TAG),#v$(TAG))
.PHONY: build-check
build-check: ## Multi-arch build without push (compile check)
+1 -1
View File
@@ -1 +1 @@
__version__ = "15.1.2"
__version__ = "15.2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "brewman"
version = "15.1.2"
version = "15.2.0"
description = "Accounting plus inventory management for a restaurant."
requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }]
+1 -1
View File
@@ -211,7 +211,7 @@ wheels = [
[[package]]
name = "brewman"
version = "15.1.2"
version = "15.2.0"
source = { editable = "." }
dependencies = [
{ name = "alembic" },
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "15.1.2",
"version": "15.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = {
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '15.1.2',
version: '15.2.0',
title: 'HnG / TGB',
};
+1
View File
@@ -44,4 +44,5 @@ else
echo "Usage: $0 <major|minor|patch|version_string>"
exit 1
fi
git push
git push --tags