2.0.1 (2021-06-10)
------------------

- Packaging error fixed (caused by change from module to package)


2.0.0 (2021-06-05)
------------------

- DRF parts are now lazy-loaded, significantly improving import performance at the cost of a potential breaking change. 

1.4.0 (2020-12-27)
------------------

- __qualname__ is now implemented on Urls classes

1.3.0 (2019-08-13)
------------------

- Support for serializing URLs via Django REST Framework added


1.2.0 (2017-12-07)
------------------

- Introduce get_scheme and get_hostname on Url classes


1.1.0 (2017-04-24)
------------------

- Added .full() method to URLs to get non-relative versions
- Python 3 support
