--------------------------
- drop support for python < 2.7, fixes 16
- github is our new home, add .gitignore
- add requirements.d/develop.txt to ease development requirements installation
- update i18n: regenerate .pot, update .po, remove unused strings
- add setuptools_scm for versioning and manifest, fixes 18
- Makefile: clean up, version related stuff done by setuptools_scm now
- setup.py: use print() to enable running tox with py3
- use travis-ci for py27 and pypy27, 0 failing tests now
- doctests:
- fix JoinedString - bad type check
- fix Sequence/Array test: we can not rely on dict order
- fix genshi/jinja2 tests
- fix path for template loader
- SetWith(Known|All)Fields: policy=None to avoid setter fail
- validation.containers.SetWithKnownFields comment/disable failing test,
see 25
- NotDuplicated: import List to avoid NameError
- flatland.validation.string.NANPphone does not exist, removed docs
- docs:
- update year, change version from .hg-tip to .git-master
- README: add links section with updated links