From 745ee31022e570259fd4e0b5adeb97b084942bec Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Sun, 3 Dec 2023 16:08:33 -0600 Subject: [PATCH] Updating version for small bugfix --- example.py | 2 +- libhockeydata/__init__.py | 2 +- libhockeydata/__main__.py | 2 +- libhockeydata/hockeydatabase.py | 2 +- libhockeydata/hockeydwnload.py | 2 +- libhockeydata/hockeydwnloadold.py | 2 +- libhockeydata/hockeyfunctions.py | 2 +- libhockeydata/hockeyoopfuncs.py | 2 +- libhockeydata/hockeyshortcuts.py | 2 +- libhockeydata/versioninfo.py | 4 ++-- libhockeydata/xmldtd/__init__.py | 2 +- mkhockeydata.py | 2 +- mkhockeytool.py | 2 +- php/data/index.php | 2 +- php/html.php | 2 +- php/index.php | 2 +- php/xhtml.php | 2 +- php/xml.php | 2 +- pyshell-old.py | 2 +- pyshell.py | 2 +- setup.py | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/example.py b/example.py index 2b12104c..171c676b 100755 --- a/example.py +++ b/example.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: example.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: example.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' import libhockeydata, os, sys, random; diff --git a/libhockeydata/__init__.py b/libhockeydata/__init__.py index 72e69081..c52b337f 100755 --- a/libhockeydata/__init__.py +++ b/libhockeydata/__init__.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: __init__.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: __init__.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/libhockeydata/__main__.py b/libhockeydata/__main__.py index a7c3fa08..afc1e0c6 100755 --- a/libhockeydata/__main__.py +++ b/libhockeydata/__main__.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: __main__.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: __main__.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/libhockeydata/hockeydatabase.py b/libhockeydata/hockeydatabase.py index d1cb9900..662f1212 100755 --- a/libhockeydata/hockeydatabase.py +++ b/libhockeydata/hockeydatabase.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: hockeydatabase.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: hockeydatabase.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/libhockeydata/hockeydwnload.py b/libhockeydata/hockeydwnload.py index 853e6cf9..81e023e7 100755 --- a/libhockeydata/hockeydwnload.py +++ b/libhockeydata/hockeydwnload.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: downloader.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: downloader.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import division, absolute_import, print_function; diff --git a/libhockeydata/hockeydwnloadold.py b/libhockeydata/hockeydwnloadold.py index 1a208cde..be1f9b25 100644 --- a/libhockeydata/hockeydwnloadold.py +++ b/libhockeydata/hockeydwnloadold.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: downloader.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: downloader.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import division, absolute_import, print_function; diff --git a/libhockeydata/hockeyfunctions.py b/libhockeydata/hockeyfunctions.py index 2a25ccb9..059e59de 100755 --- a/libhockeydata/hockeyfunctions.py +++ b/libhockeydata/hockeyfunctions.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: hockeyfunctions.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: hockeyfunctions.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/libhockeydata/hockeyoopfuncs.py b/libhockeydata/hockeyoopfuncs.py index 7a1899a9..73add3f7 100755 --- a/libhockeydata/hockeyoopfuncs.py +++ b/libhockeydata/hockeyoopfuncs.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: hockeyoopfuncs.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: hockeyoopfuncs.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from .hockeyfunctions import *; diff --git a/libhockeydata/hockeyshortcuts.py b/libhockeydata/hockeyshortcuts.py index 9854becb..ec082469 100755 --- a/libhockeydata/hockeyshortcuts.py +++ b/libhockeydata/hockeyshortcuts.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: hockeyshortcuts.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: hockeyshortcuts.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/libhockeydata/versioninfo.py b/libhockeydata/versioninfo.py index 5cad4013..5680d2be 100755 --- a/libhockeydata/versioninfo.py +++ b/libhockeydata/versioninfo.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: versioninfo.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: versioninfo.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; @@ -91,7 +91,7 @@ def get_python_info(infotype=None): __project__ = __program_name__; __project_url__ = "https://github.com/GameMaker2k/Neo-Hockey-Test"; __project_release_url__ = "https://github.com/GameMaker2k/Neo-Hockey-Test/releases/latest"; -__version_info__ = (0, 8, 6, "RC 1", 1); +__version_info__ = (0, 8, 8, "RC 1", 1); __build_time__ = {"timestamp": None, "year": None, "month": None, "day": None, "hour": None, "minute": None, "second": None}; __build_time_utc__ = {"timestamp": None, "year": None, "month": None, "day": None, "hour": None, "minute": None, "second": None}; __build_python_info__ = {"python_branch": None, "python_build": None, "python_compiler": None, "python_implementation": None, "python_revision": None, "python_version": None, "python_version_tuple": None, "release": None, "system": None, "uname": None, "machine": None, "node": None, "platform": None, "processor": None, "version": None, "java_ver": None, "win32_ver": None, "mac_ver": None, "linux_distribution": None, "libc_ver": None}; diff --git a/libhockeydata/xmldtd/__init__.py b/libhockeydata/xmldtd/__init__.py index 82577064..8e818e23 100644 --- a/libhockeydata/xmldtd/__init__.py +++ b/libhockeydata/xmldtd/__init__.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: __init__.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: __init__.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/mkhockeydata.py b/mkhockeydata.py index 354f0ef1..361132f4 100755 --- a/mkhockeydata.py +++ b/mkhockeydata.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: mkhockeydata.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: mkhockeydata.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/mkhockeytool.py b/mkhockeytool.py index 4e89c2fb..a7eed5b8 100755 --- a/mkhockeytool.py +++ b/mkhockeytool.py @@ -13,7 +13,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: mkhockeytool.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: mkhockeytool.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/php/data/index.php b/php/data/index.php index 42a31230..e59e9256 100644 --- a/php/data/index.php +++ b/php/data/index.php @@ -11,7 +11,7 @@ Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: index.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ */ header('Location: ../index.php'); ?> diff --git a/php/html.php b/php/html.php index d5226145..d3f7ab25 100644 --- a/php/html.php +++ b/php/html.php @@ -11,7 +11,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: html.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: html.php - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ */ if(!ob_start("ob_gzhandler")) { ob_start(); } date_default_timezone_set("UTC"); diff --git a/php/index.php b/php/index.php index 93e323f4..40bdd22c 100644 --- a/php/index.php +++ b/php/index.php @@ -11,7 +11,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: index.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ */ if(!ob_start("ob_gzhandler")) { ob_start(); } date_default_timezone_set("UTC"); diff --git a/php/xhtml.php b/php/xhtml.php index 50a0f7f0..280c2895 100644 --- a/php/xhtml.php +++ b/php/xhtml.php @@ -11,7 +11,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: xhtml.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: xhtml.php - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ */ if(!ob_start("ob_gzhandler")) { ob_start(); } date_default_timezone_set("UTC"); diff --git a/php/xml.php b/php/xml.php index 797ac40b..5345299d 100644 --- a/php/xml.php +++ b/php/xml.php @@ -11,7 +11,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: xml.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: xml.php - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ */ if(!ob_start("ob_gzhandler")) { ob_start(); } date_default_timezone_set("UTC"); diff --git a/pyshell-old.py b/pyshell-old.py index ca56bdec..7ea00732 100755 --- a/pyshell-old.py +++ b/pyshell-old.py @@ -12,7 +12,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pyshell-old.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell-old.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import print_function diff --git a/pyshell.py b/pyshell.py index c93e04b7..167801b6 100755 --- a/pyshell.py +++ b/pyshell.py @@ -12,7 +12,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pyshell.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' from __future__ import division, absolute_import, print_function; diff --git a/setup.py b/setup.py index 05699a46..addbb3b9 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: setup.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: setup.py - Last Update: 12/03/2023 Ver. 0.8.8 RC 1 - Author: cooldude2k $ ''' import re, os, sys, time, shutil, datetime, platform, pkg_resources;