- 0.4.0
    - Added param 'static_query': When True it will return the query as is, without slicing/limit. Usally when using the paginator to just create the pagination

- 0.3.5
    - Add a function callback in the constructor, for when the items are being
    iterated over

- 0.3.1
    - If a generator is passed as query, __iter__ will iterate over the generator

- 0.3.0
    - Remove the showing property

- 0.2.1
    - Use Six range for py2-3 compatibility

- Version 0.2.0
    - Bump version

- Version 0.1.1
    - First version