Skip to content

Commit 2f2472c

Browse files
committed
Release version 1.4.0
1 parent e0f73d3 commit 2f2472c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
174174
Changelog
175175
---------
176176

177-
Version 1.3.1 (next version)
178-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
177+
Version 1.4.0
178+
^^^^^^^^^^^^^
179179

180180
* 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.
181181

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# * Add a new empty section for the next version to the README.rst changelog.
2121
# * Commit and push the changes to master.
2222

23-
__version__ = "1.3.1.dev"
23+
__version__ = "1.4.0"
2424

2525
__all__ = [
2626
"Resource",

0 commit comments

Comments
 (0)