Features
1) Added IsNullClauseOperator
5) Reformated travis config:
* Removed python 3.3 from travis (limit exceeded)
* Removed postgresql 9.2 from travis (limit exceeded)
Bug fixes
1. Fixed issue https://github.com/M1hacka/django-pg-bulk-update/issues/36
2. Fixed issue https://github.com/M1hacka/django-pg-bulk-update/issues/32
3. Fixed parameter name for key_fields in bulk_update
Refactoring
1. Removed BulkUpdateQuerySet
Testing changes
1. Removed python 3.3 testing, added python 3.7
2. Removed postgresql 9.2 testing