From c62c429345a5eddfd0fd157c00ab62cb8b25a678 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Oct 2015 19:55:20 +0100 Subject: * 1.0.2 version bump --- CHANGELOG.md | 3 +++ bundle/bidding_data-1.0-gui.zip | Bin 7516924 -> 7522013 bytes bundle/bidding_data-1.0.zip | Bin 6179729 -> 5390834 bytes src/bidding_data.py | 2 +- src/version | 8 ++++---- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748e3ec..6d71081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ JFR Pary - dane licytacji: lista zmian ====================================== +1.0.2 (2015-10-27) +* wersja z interfejsem graficznym + 1.0.1 (2015-09-13) * logowanie danych diagnostycznych * poprawki kodowania protokołów diff --git a/bundle/bidding_data-1.0-gui.zip b/bundle/bidding_data-1.0-gui.zip index a1f41e9..3b95828 100644 Binary files a/bundle/bidding_data-1.0-gui.zip and b/bundle/bidding_data-1.0-gui.zip differ diff --git a/bundle/bidding_data-1.0.zip b/bundle/bidding_data-1.0.zip index 08e6586..fd9ed26 100644 Binary files a/bundle/bidding_data-1.0.zip and b/bundle/bidding_data-1.0.zip differ diff --git a/src/bidding_data.py b/src/bidding_data.py index 6b2c8e1..5cdd457 100644 --- a/src/bidding_data.py +++ b/src/bidding_data.py @@ -14,7 +14,7 @@ import logging as log from os import path, remove from bs4 import BeautifulSoup as bs4 -__version__ = '1.0.1' +__version__ = '1.0.2' def parse_lineup_data(sitting_data): diff --git a/src/version b/src/version index 1233e3f..dae2a6d 100644 --- a/src/version +++ b/src/version @@ -1,8 +1,8 @@ # UTF-8 VSVersionInfo( ffi=FixedFileInfo( - filevers=(1, 0, 1, 0), - prodvers=(1, 0, 1, 0), + filevers=(1, 0, 2, 0), + prodvers=(1, 0, 2, 0), # Contains a bitmask that specifies the valid bits 'flags' mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -26,10 +26,10 @@ VSVersionInfo( u'040904b0', # 0x0409(1033)= English, 0x04b0(1200)= UTF-8 [StringStruct(u'CompanyName', u'emkael.info'), StringStruct(u'ProductName', u'bidding_data'), - StringStruct(u'ProductVersion', u'1, 0, 1, 0'), + StringStruct(u'ProductVersion', u'1, 0, 2, 0'), StringStruct(u'InternalName', u'bidding_data'), StringStruct(u'OriginalFilename', u'bidding_data.exe'), - StringStruct(u'FileVersion', u'1, 0, 1, 0'), + StringStruct(u'FileVersion', u'1, 0, 2, 0'), StringStruct( u'FileDescription', u'Bidding data display for JFR Pary result pages'), -- cgit v1.2.3