Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
Bug Correction
==============

* Corrected issue #2 that crashed versions

Improvements
============

* Now handles feed errors and warns the user about them.
* Testing errors that were corrected to avoid regression.
* print() function calls normalized in the code.
  • Loading branch information
dupgit committed Nov 20, 2017
1 parent 6edcc2e commit 5459399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
import re

__author__ = "Olivier Delhomme <olivier.delhomme@free.fr>"
__date__ = "15.11.2017"
__version__ = "1.3.0"
__date__ = "20.11.2017"
__version__ = "1.3.1"

"""
This program checks projects versions through RSS and Atom feeds and
Expand Down

0 comments on commit 5459399

Please sign in to comment.