Releases: pcorpet/airtable.py
Releases · pcorpet/airtable.py
0.3.0
0.2.0
- put the test back where it was so it would pass CI checks
- moved tests to main dir, few cosmetic changes, was able to get it working on my machine
- removed parenthesis from line 40 of airtable.py--import now working smoothly
- Downgrading version from 1.0.0 to 0.2.0
- Using OrderedDict to preserve the order of fields
- Adding a setup.py file to allow for distribution
- Create README.md
- Adding Travis CI file
- Added create and update methods
- Refactoring package into folder. Adding tests for get and delete functions