summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-10-27 19:55:20 +0100
committeremkael <emkael@tlen.pl>2015-10-27 19:55:20 +0100
commitc62c429345a5eddfd0fd157c00ab62cb8b25a678 (patch)
tree2ac6f449466f411f00bdc045d955cc3bdbe9e2c0
parentfcdcf2f04f872f4187d65c95514e5a25e717ebca (diff)
* 1.0.2 version bump1.0.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--bundle/bidding_data-1.0-gui.zipbin7516924 -> 7522013 bytes
-rw-r--r--bundle/bidding_data-1.0.zipbin6179729 -> 5390834 bytes
-rw-r--r--src/bidding_data.py2
-rw-r--r--src/version8
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
--- a/bundle/bidding_data-1.0-gui.zip
+++ b/bundle/bidding_data-1.0-gui.zip
Binary files differ
diff --git a/bundle/bidding_data-1.0.zip b/bundle/bidding_data-1.0.zip
index 08e6586..fd9ed26 100644
--- a/bundle/bidding_data-1.0.zip
+++ b/bundle/bidding_data-1.0.zip
Binary files 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'),