Skip to content

Commit

Permalink
Bump version: 1.3.3 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matmaus committed Mar 19, 2024
1 parent 1bf81c6 commit 7941ab2
Show file tree
Hide file tree
Showing 4 changed files with 8 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.3
current_version = 1.4.0
commit = True
tag = True
message = Bump version: {current_version} -> {new_version}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2024-03-19
### Added
- Add support to process unknown (`Unknown`) blocks in `ExtraData` section
- Add support to process `Terminal` block in `ExtraData` section

## [1.3.3] - 2023-12-27
### Fixed
- Exclude tests from setup.py ([PR](https://github.com/Matmaus/LnkParse3/pull/26))
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.3"
__version__ = "1.4.0"

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.3',
version='1.4.0',
description='Windows Shortcut file (LNK) parser',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7941ab2

Please sign in to comment.