Version 0.3.1
=============

Released October 9, 2014

- Fix pip installs when python-dateutil not already present


Version 0.3
===========

Released September 4, 2014

- Adds federal holidays for Mexico
- Holiday objects can now be combined with the addition operator (see examples
  in README)
- optional parameter `default` added to get() method to make it behave the same
  as dict.get()


Version 0.2
===========

Released August 28, 2014

- Each country is now initialized with its own individual class (see examples
  in README). This is a backward incompatible API change.
- Adds support for Python 3.2, 3.3, 3.4, and PyPy
- All code now conforms to PEP8 standards


Version 0.1
===========

Released August 1, 2014

- Initial release
- Support for Python 2.5, 2.6, 2.7
- Includes federal and provincial holidays for Canada, United States
