Change log
==========

0.5 2016-11-03 Eric V. Smith
----------------------------
* No code changes.

* Mark wheel as universal (issue #3).

0.4 2016-11-02 Eric V. Smith
----------------------------
* No code changes.
w
* Always require setuptools (issue #2).

* Remove code to modify the RPM name for bdist_rpm (issue #1).

0.3 2016-08-22 Eric V. Smith
----------------------------
* Fixed fl_validator.  Switched to a single namespace, instead of
  using globals and locals (This is because at module level, they're
  the same).  Switch to a dict-based interface, instead of always
  using namedtuples.  Added to_namedtuple.

0.2 2016-08-21 Eric V. Smith
----------------------------
* Added fl_validator.

0.1 2016-08-20 Eric V. Smith
----------------------------
* Initial release.
