Skip to content

Commit

Permalink
Incremented version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed May 30, 2021
1 parent 3bbac53 commit 260c7d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = wloc
PROJECT_NUMBER = 0.5.0
PROJECT_NUMBER = 0.6.0
PROJECT_BRIEF = "Simple Wi-Fi geolocation library and tool"
PROJECT_LOGO = "packaging/windows/assets/wloc.png"
OUTPUT_DIRECTORY = docs
Expand Down
6 changes: 3 additions & 3 deletions packaging/fedora/python-wloc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locate user by using global Wi-Fi database (no GPS required).
It supports different geolocation backends.}

Name: python-%{srcname}
Version: 0.5.0
Version: 0.6.0
Release: 1%{?dist}

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

%changelog
* Sat May 15 2021 Vitaly Zaitsev <[email protected]> - 0.5.0-1
- Updated to version 0.5.0.
* Sun May 30 2021 Vitaly Zaitsev <[email protected]> - 0.6.0-1
- Updated to version 0.6.0.
10 changes: 5 additions & 5 deletions packaging/windows/assets/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 5, 0, 0),
prodvers=(0, 5, 0, 0),
filevers=(0, 6, 0, 0),
prodvers=(0, 6, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -24,14 +24,14 @@ VSVersionInfo(
[StringStruct(u'Comments', u'Wi-Fi geolocation tool'),
StringStruct(u'CompanyName', u'EasyCoding Team'),
StringStruct(u'FileDescription', u'Wi-Fi geolocation tool'),
StringStruct(u'FileVersion', u'0.5.0.0'),
StringStruct(u'FileVersion', u'0.6.0.0'),
StringStruct(u'InternalName', u'wloc.exe'),
StringStruct(u'LegalCopyright', u'(c) 2015-2021 EasyCoding Team. All rights reserved.'),
StringStruct(u'LegalTrademarks', u'EasyCoding, EasyCoding Software Group and EasyCoding Team are trademarks of EasyCoding Team.'),
StringStruct(u'OriginalFilename', u'wloc.exe'),
StringStruct(u'ProductName', u'Wi-Fi geolocation tool'),
StringStruct(u'ProductVersion', u'0.5.0.0'),
StringStruct(u'Assembly Version', u'0.5.0.0')])
StringStruct(u'ProductVersion', u'0.6.0.0'),
StringStruct(u'Assembly Version', u'0.6.0.0')])
])
]
)
2 changes: 1 addition & 1 deletion packaging/windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem SPDX-License-Identifier: GPL-3.0-or-later

title Building release binaries for Windows...

set RELVER=050
set RELVER=060
set GPGKEY=A989AAAA
set PYTHONOPTIMIZE=1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='wloc',
version='0.5.0',
version='0.6.0',
packages=find_packages(exclude=['tests']),
package_dir={
'wloc': 'wloc',
Expand Down

0 comments on commit 260c7d3

Please sign in to comment.