Skip to content

Commit bf26874

Browse files
committed
chore: bump version to 1.7.1
1 parent 9a026cb commit bf26874

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.7.1] - 2025-11-13
11+
1012
### Added
1113
- **Workspace Reinstallation Migration**
1214
- Added migration hook to automatically reinstall workspace with latest configuration
@@ -358,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
358360
- Shift management
359361
- Stock tracking
360362

361-
[Unreleased]: https://github.com/yourusername/pos_next/compare/v1.7.0...HEAD
363+
[Unreleased]: https://github.com/yourusername/pos_next/compare/v1.7.1...HEAD
364+
[1.7.1]: https://github.com/yourusername/pos_next/compare/v1.7.0...v1.7.1
362365
[1.7.0]: https://github.com/yourusername/pos_next/compare/v1.6.1...v1.7.0
363366
[1.6.1]: https://github.com/yourusername/pos_next/compare/v1.6.0...v1.6.1
364367
[1.6.0]: https://github.com/yourusername/pos_next/compare/v1.5.0...v1.6.0

POS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pos-next-frontend",
33
"private": true,
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pos_next/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
except ModuleNotFoundError: # pragma: no cover - frappe may not be installed during setup
77
frappe = None
88

9-
__version__ = "1.7.0"
9+
__version__ = "1.7.1"
1010

1111

1212
def console(*data):

0 commit comments

Comments
 (0)