Skip to content

Commit 9faf947

Browse files
author
Kazuki Suzuki Przyborowski
committed
Ver Up
1 parent ab1579f commit 9faf947

4 files changed

Lines changed: 10 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyWWW-Get"
3-
version = "2.1.2"
3+
version = "2.1.4"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

pywwwget.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
1313
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: pywwwget.py - Last Update: 10/22/2024 Ver. 2.1.2 RC 1 - Author: cooldude2k $
15+
$FileInfo: pywwwget.py - Last Update: 8/14/2025 Ver. 2.1.4 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -159,8 +159,8 @@
159159
__program_small_name__ = "wwwget"
160160
__project__ = __program_name__
161161
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
162-
__version_info__ = (2, 1, 2, "RC 1", 1)
163-
__version_date_info__ = (2024, 10, 22, "RC 1", 1)
162+
__version_info__ = (2, 1, 4, "RC 1", 1)
163+
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
164164
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
165165
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
166166
__revision__ = __version_info__[3]

pywwwgetmini.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2015-2024 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2015-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: pywwwget.py - Last Update: 10/22/2024 Ver. 2.1.2 RC 1 - Author: cooldude2k $
16+
$FileInfo: pywwwget.py - Last Update: 8/14/2025 Ver. 2.1.4 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -23,12 +23,6 @@
2323
import logging
2424
import platform
2525

26-
from .versioninfo import (__program_alt_name__, __program_name__, __project__,
27-
__project_release_url__, __project_url__,
28-
__revision__, __revision_id__, __version__,
29-
__version_date__, __version_date_info__,
30-
__version_date_plusrc__, __version_info__)
31-
3226
# FTP Support
3327
ftpssl = True
3428
try:
@@ -127,8 +121,8 @@
127121
__program_small_name__ = "wwwget"
128122
__project__ = __program_name__
129123
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
130-
__version_info__ = (2, 1, 2, "RC 1", 1)
131-
__version_date_info__ = (2024, 10, 22, "RC 1", 1)
124+
__version_info__ = (2, 1, 4, "RC 1", 1)
125+
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
132126
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
133127
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
134128
__revision__ = __version_info__[3]

pywwwgetold.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
1313
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: pywwwgetold.py - Last Update: 10/22/2024 Ver. 2.1.2 RC 1 - Author: cooldude2k $
15+
$FileInfo: pywwwgetold.py - Last Update: 8/14/2025 Ver. 2.1.4 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -159,8 +159,8 @@
159159
__program_small_name__ = "wwwget"
160160
__project__ = __program_name__
161161
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get"
162-
__version_info__ = (2, 1, 2, "RC 1", 1)
163-
__version_date_info__ = (2024, 10, 22, "RC 1", 1)
162+
__version_info__ = (2, 1, 4, "RC 1", 1)
163+
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
164164
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[
165165
1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2)
166166
__revision__ = __version_info__[3]

0 commit comments

Comments
 (0)