Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
=====
* **Update:** Passing ``frames=0`` will now raise a ValueError. This hopefully
  will clarify the usage of the TimeCode as a duration. If there is no
  duration, hence the ``frames=0``, meaning that the number of frames of the
  duration that this TimeCode represents is 0, which is meaningless.
* **Update:** Also added some validation for the ``frames`` property
  (oh yes it is a property now).
  • Loading branch information
eoyilmaz committed Oct 6, 2020
1 parent bbeaa69 commit 85901b0
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 287 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changes
=======

1.2.3
=====
* **Update:** Passing ``frames=0`` will now raise a ValueError. This hopefully
will clarify the usage of the TimeCode as a duration. If there is no
duration, hence the ``frames=0``, meaning that the number of frames of the
duration that this TimeCode represents is 0, which is meaningless.
* **Update:** Also added some validation for the ``frames`` property
(oh yes it is a property now).

1.2.2.1
=======
* **Fix:** Fixed the ``CHANGELOG.rst`` and ``setup.py`` to be able to properly
Expand Down

0 comments on commit 85901b0

Please sign in to comment.