Skip to content

Commit 7fd5a18

Browse files
committed
1.1.0 version bump and changelog
1 parent 35892d4 commit 7fd5a18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.1.0 (2022-04-05)
5+
------------------
6+
7+
* Merge `PR 24 <https://github.com/jantman/python-wifi-survey-heatmap/pull/24>`_ to fix `Issue 22 <https://github.com/jantman/python-wifi-survey-heatmap/issues/22>`_ where APs were being plotted with SSID instead of BSSID, and therefore wifi-heatmap `--ap-names` option was not working.
8+
49
1.0.0 (2022-02-19)
510
------------------
611

wifi_survey_heatmap/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
##################################################################################
3636
"""
3737

38-
VERSION = '1.0.0'
38+
VERSION = '1.1.0'
3939
PROJECT_URL = 'https://github.com/jantman/wifi-survey-heatmap'

0 commit comments

Comments
 (0)