Release version 1.4.0

This commit is contained in:
dgelessus 2019-09-29 19:20:37 +02:00
parent e0f73d3220
commit 2f2472cfe9
2 changed files with 3 additions and 3 deletions

View File

@ -174,8 +174,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
Changelog
---------
Version 1.3.1 (next version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 1.4.0
^^^^^^^^^^^^^
* Added ``length`` and ``length_raw`` attributes to ``Resource``. These attributes are equivalent to the ``len`` of ``data`` and ``data_raw`` respectively, but may be faster to access.

View File

@ -20,7 +20,7 @@
# * Add a new empty section for the next version to the README.rst changelog.
# * Commit and push the changes to master.
__version__ = "1.3.1.dev"
__version__ = "1.4.0"
__all__ = [
"Resource",