Skip to content

Commit

Permalink
Bump version: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matmaus committed Oct 7, 2023
1 parent a8ed845 commit 1b614b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
commit = True
tag = True
message = Bump version: {current_version} -> {new_version}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.2] - 2023-10-07
### Fixed
- Fix metadata store to be a list

## [1.3.1] - 2023-10-07
### Fixed
- Add missing import
Expand Down
2 changes: 1 addition & 1 deletion LnkParse3/lnk_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__description__ = "Windows Shortcut file (LNK) parser"
__author__ = "Matmaus"
__version__ = "1.3.1"
__version__ = "1.3.2"

import json
import datetime
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='LnkParse3',
version='1.3.1',
version='1.3.2',
description='Windows Shortcut file (LNK) parser',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1b614b7

Please sign in to comment.