Skip to content

Commit f79588c

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](v1.3.2...v1.3.3) (2025-09-01) ### Bug Fixes * debian package name ([9b2ea81](9b2ea81))
1 parent 9b2ea81 commit f79588c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.3](https://github.com/radioactiveorange/glimpse/compare/v1.3.2...v1.3.3) (2025-09-01)
2+
3+
### Bug Fixes
4+
5+
* debian package name ([9b2ea81](https://github.com/radioactiveorange/glimpse/commit/9b2ea818a0b2c2a0cebbe7893d443367d5192429))
6+
17
## [1.3.2](https://github.com/radioactiveorange/glimpse/compare/v1.3.1...v1.3.2) (2025-09-01)
28

39
### Bug Fixes

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information for Glimpse."""
22

3-
VERSION = "1.3.2"
3+
VERSION = "1.3.3"
44

55
def get_version():
66
"""Get the current version string."""

0 commit comments

Comments
 (0)