The only change in this release is to rename the published package to `reddit-cqlmapper` so it can be published to PyPI.
0.2.4
This release is the same as v0.2.3, just with the version tag incremented properly in `setup.py`.
0.2.3
This release fixes a bug in `load_many` where the query generated would use the incorrect column name if the `Column` made use of the `db_field` attribute.
0.2.2
* Update the integration tests to retry the Cassandra connection a couple of times before failing * Splat out column names rather than using 'SELECT *' in 'load_many'
0.2.1
Add `load_many` to `model.BaseModel` as an easy way to load multiple models concurrently.