Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <[email protected]>
  • Loading branch information
jim-easterbrook committed Mar 31, 2022
1 parent 11bd47f commit 2345592
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pywws - Python software for USB Wireless Weather Stations
http://github.com/jim-easterbrook/pywws
Copyright (C) 2008-21 pywws contributors
Copyright (C) 2008-22 pywws contributors

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand All @@ -16,6 +16,11 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Changes in v22.3.0:
1/ Replace pytz with dateutil.tz.
2/ Fix some hidapi USB problems.
3/ Correct some typos in documentation.

Changes in v21.4.0:
1/ Fixed problems with timezones ready for next release of tzlocal.
2/ Fixed rare problem with 'saved_date' being 'None'.
Expand Down
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '22.3.0'
_release = '1692'
_commit = '31519ad'
_release = '1693'
_commit = '11bd47f'

0 comments on commit 2345592

Please sign in to comment.