Skip to content

Commit 1b614b7

Browse files
committed
Bump version: 1.3.1 -> 1.3.2
1 parent a8ed845 commit 1b614b7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.3.2
33
commit = True
44
tag = True
55
message = Bump version: {current_version} -> {new_version}

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.2] - 2023-10-07
11+
### Fixed
12+
- Fix metadata store to be a list
13+
1014
## [1.3.1] - 2023-10-07
1115
### Fixed
1216
- Add missing import

LnkParse3/lnk_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__description__ = "Windows Shortcut file (LNK) parser"
44
__author__ = "Matmaus"
5-
__version__ = "1.3.1"
5+
__version__ = "1.3.2"
66

77
import json
88
import datetime

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='LnkParse3',
10-
version='1.3.1',
10+
version='1.3.2',
1111
description='Windows Shortcut file (LNK) parser',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)