Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Mar 6, 2016
1 parent edbe422 commit 772a5f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Bugs

Changelog
---------
`v1.0.3 <https://github.com/kfdm/gntp/compare/v1.0.2...v1.0.3>`_
- Allow file:// scheme to be used for icons

`v1.0.2 <https://github.com/kfdm/gntp/compare/v1.0.1...v1.0.2>`_
- Fix bug with incoming password hash
- Added info about license in each source file
Expand Down Expand Up @@ -121,5 +124,3 @@ Changelog

`0.6 <https://github.com/kfdm/gntp/compare/0.5...0.6>`_
- ConfigParser aware GrowlNotifier that reads settings from ~/.gntp


2 changes: 1 addition & 1 deletion gntp/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: 2013 Paul Traylor
# These sources are released under the terms of the MIT license: see LICENSE

__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit 772a5f4

Please sign in to comment.