arrow git commit: ARROW-430: Improved version handling [Forced Update!]

2016-12-20 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 8814d62b1 -> 73455b56f (forced update) ARROW-430: Improved version handling This reintroduces `setuptools_scm` versioning for git clones and sdists/wheels. git-archives are handled by a separate chunk of code that will infer the version

arrow git commit: ARROW-433: Correctly handle Arrow to Python date conversion for timezones west of London

2016-12-20 Thread wesm
Repository: arrow Updated Branches: refs/heads/master fe53fa409 -> 6ff5fcf1b ARROW-433: Correctly handle Arrow to Python date conversion for timezones west of London Verified with `TZ='America/New_York' py.test pyarrow` Author: Uwe L. Korn Closes #245 from