Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 260c7d3

Browse files
committed
Incremented version to 0.6.0.
1 parent 3bbac53 commit 260c7d3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
DOXYFILE_ENCODING = UTF-8
1212
PROJECT_NAME = wloc
13-
PROJECT_NUMBER = 0.5.0
13+
PROJECT_NUMBER = 0.6.0
1414
PROJECT_BRIEF = "Simple Wi-Fi geolocation library and tool"
1515
PROJECT_LOGO = "packaging/windows/assets/wloc.png"
1616
OUTPUT_DIRECTORY = docs

packaging/fedora/python-wloc.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ locate user by using global Wi-Fi database (no GPS required).
99
It supports different geolocation backends.}
1010

1111
Name: python-%{srcname}
12-
Version: 0.5.0
12+
Version: 0.6.0
1313
Release: 1%{?dist}
1414

1515
# Main code - GPLv3+.
@@ -75,5 +75,5 @@ install -m 0644 -p packaging/assets/%{srcname}.1 %{buildroot}%{_mandir}/man1/
7575
%doc docs/*
7676

7777
%changelog
78-
* Sat May 15 2021 Vitaly Zaitsev <[email protected]> - 0.5.0-1
79-
- Updated to version 0.5.0.
78+
* Sun May 30 2021 Vitaly Zaitsev <[email protected]> - 0.6.0-1
79+
- Updated to version 0.6.0.

packaging/windows/assets/version.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
VSVersionInfo(
88
ffi=FixedFileInfo(
9-
filevers=(0, 5, 0, 0),
10-
prodvers=(0, 5, 0, 0),
9+
filevers=(0, 6, 0, 0),
10+
prodvers=(0, 6, 0, 0),
1111
mask=0x3f,
1212
flags=0x0,
1313
OS=0x4,
@@ -24,14 +24,14 @@ VSVersionInfo(
2424
[StringStruct(u'Comments', u'Wi-Fi geolocation tool'),
2525
StringStruct(u'CompanyName', u'EasyCoding Team'),
2626
StringStruct(u'FileDescription', u'Wi-Fi geolocation tool'),
27-
StringStruct(u'FileVersion', u'0.5.0.0'),
27+
StringStruct(u'FileVersion', u'0.6.0.0'),
2828
StringStruct(u'InternalName', u'wloc.exe'),
2929
StringStruct(u'LegalCopyright', u'(c) 2015-2021 EasyCoding Team. All rights reserved.'),
3030
StringStruct(u'LegalTrademarks', u'EasyCoding, EasyCoding Software Group and EasyCoding Team are trademarks of EasyCoding Team.'),
3131
StringStruct(u'OriginalFilename', u'wloc.exe'),
3232
StringStruct(u'ProductName', u'Wi-Fi geolocation tool'),
33-
StringStruct(u'ProductVersion', u'0.5.0.0'),
34-
StringStruct(u'Assembly Version', u'0.5.0.0')])
33+
StringStruct(u'ProductVersion', u'0.6.0.0'),
34+
StringStruct(u'Assembly Version', u'0.6.0.0')])
3535
])
3636
]
3737
)

packaging/windows/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rem SPDX-License-Identifier: GPL-3.0-or-later
66

77
title Building release binaries for Windows...
88

9-
set RELVER=050
9+
set RELVER=060
1010
set GPGKEY=A989AAAA
1111
set PYTHONOPTIMIZE=1
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='wloc',
17-
version='0.5.0',
17+
version='0.6.0',
1818
packages=find_packages(exclude=['tests']),
1919
package_dir={
2020
'wloc': 'wloc',

0 commit comments

Comments
 (0)