Skip to content

Commit

Permalink
update to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenyllee committed Sep 15, 2023
1 parent 6dcb1bd commit e34683c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## changelog

### v0.9.0

1. Support ArticleTag column

### v0.8.9

1. Support duplicate content by using title_hash - content_hash as TextID in excel file
Expand Down
4 changes: 2 additions & 2 deletions DataTag_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Created Date: Monday, May 4th 2020, 3:06:41 pm
# Author: Allenyl([email protected]>)
# -----
# Last Modified: Friday, September 15th 2023, 2:38:33 pm
# Last Modified: Friday, September 15th 2023, 2:57:01 pm
# Modified By: Allenyl([email protected])
# -----
# Copyright 2018 - 2020 Allenyl Copyright, Allenyl Company
Expand Down Expand Up @@ -253,7 +253,7 @@ def newOnClose(self, *args, **kwargs):

# navigation option must be upper cased 'TABBED', instead of 'Tabbed'
@Gooey(
program_name="DataTag Helper (標註轉檔小幫手) v0.8.9",
program_name="DataTag Helper (標註轉檔小幫手) v0.9.0",
navigation="TABBED",
tabbed_groups=False,
default_size=(525, 670),
Expand Down
2 changes: 1 addition & 1 deletion build-win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='DataTag_helper_v0.8.9',
name='DataTag_helper_v0.9.0',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.portray]
name = "DataTag_helper"
version = "0.8.9"
version = "v0.9.0"
description = ""
authors = ["Allen Lee <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e34683c

Please sign in to comment.