File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.3.1
2
+ current_version = 1.3.2
3
3
commit = True
4
4
tag = True
5
5
message = Bump version: {current_version} -> {new_version}
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.3.2] - 2023-10-07
11
+ ### Fixed
12
+ - Fix metadata store to be a list
13
+
10
14
## [ 1.3.1] - 2023-10-07
11
15
### Fixed
12
16
- Add missing import
Original file line number Diff line number Diff line change 2
2
3
3
__description__ = "Windows Shortcut file (LNK) parser"
4
4
__author__ = "Matmaus"
5
- __version__ = "1.3.1 "
5
+ __version__ = "1.3.2 "
6
6
7
7
import json
8
8
import datetime
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'LnkParse3' ,
10
- version = '1.3.1 ' ,
10
+ version = '1.3.2 ' ,
11
11
description = 'Windows Shortcut file (LNK) parser' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments