Skip to content

Commit 6a09a9f

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2025-09-01) ### Bug Fixes * builds and releases ([dd05ac2](dd05ac2)) * windows build ([5835160](5835160)) ### Tests * windows build upload ([97ed120](97ed120))
1 parent 5835160 commit 6a09a9f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.3.1](https://github.com/radioactiveorange/glimpse/compare/v1.3.0...v1.3.1) (2025-09-01)
2+
3+
### Bug Fixes
4+
5+
* builds and releases ([dd05ac2](https://github.com/radioactiveorange/glimpse/commit/dd05ac2883c395619b84ab4c94f5a8ca3a9974b4))
6+
* windows build ([5835160](https://github.com/radioactiveorange/glimpse/commit/5835160a3e3870e39886d522404550c120eca123))
7+
8+
### Tests
9+
10+
* windows build upload ([97ed120](https://github.com/radioactiveorange/glimpse/commit/97ed120ed7ccd9b1dab79c374c0fcfb867d8bb8f))
11+
112
## [1.3.0](https://github.com/radioactiveorange/glimpse/compare/v1.2.0...v1.3.0) (2025-09-01)
213

314
### Features

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.0"
3+
VERSION = "1.3.1"
44

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

0 commit comments

Comments
 (0)