Skip to content

Commit 276a379

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small update, version up
1 parent 8b6a83b commit 276a379

12 files changed

Lines changed: 19 additions & 17 deletions

altfoxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: altfoxfile.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: altfoxfile.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

checksum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: checksum.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: checksum.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: compression.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: compression.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

foxfile.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; $FileInfo: foxfile.ini - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
1+
; $FileInfo: foxfile.ini - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
22

33
[config]
44
default = FoxFile

foxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: foxfile.py - Last Update: 8/24/2025 Ver. 0.21.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: foxfile.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

mkarchivefilebundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: mkbundle.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: mkbundle.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
import os

neofoxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: neofoxfile.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: neofoxfile.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

pyfoxfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: pyfoxfile.py - Last Update: 8/24/2025 Ver. 0.21.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyfoxfile.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -383,9 +383,9 @@ def decode_unicode_escape(value):
383383
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
384384
__project__ = __program_name__
385385
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
386-
__version_info__ = (0, 21, 2, "RC 1", 1)
387-
__version_info__ = (0, 21, 2, "RC 1", 1)
388-
__version_date_info__ = (2025, 9, 24, "RC 1", 1)
386+
__version_info__ = (0, 21, 4, "RC 1", 1)
387+
__version_info__ = (0, 21, 4, "RC 1", 1)
388+
__version_date_info__ = (2025, 9, 26, "RC 1", 1)
389389
__version_date__ = str(__version_date_info__[0]) + "." + str(
390390
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
391391
__revision__ = __version_info__[3]

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[project]
22
name = "PyFoxFile"
3-
version = "0.21.2"
3+
version = "0.21.4"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []
77
description = "A tar like file format name foxfile."
88
authors = [
99
{ name = "Kazuki Przyborowski", email = "kazuki.przyborowski@gmail.com" },
10+
{ name = "Kazuki Suzuki Sadeghi", email = "kazuki.suzuki.sadeghi@gmail.com" },
11+
{ name = "Game Maker 2k", email = "gamemaker2k@gmail.com" },
1012
]
1113

pyshell-old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: pyshell-old.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
16+
$FileInfo: pyshell-old.py - Last Update: 8/26/2025 Ver. 0.21.4 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

0 commit comments

Comments
 (0)