We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed682f commit 622f84fCopy full SHA for 622f84f
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# mediatimestamp Changelog
2
3
+## 1.6.0
4
+- Removed the PRESERVE_START and PRESERVE_END rounding options which are used in TimeRange.normalise().
5
+
6
## 1.5.2
7
- Fixed bug in taking unions with empty ranges
8
setup.py
@@ -18,7 +18,7 @@
18
19
# Basic metadata
20
name = 'mediatimestamp'
21
-version = '1.5.2'
+version = '1.6.0'
22
description = 'A timestamp library for high precision nanosecond timestamps'
23
url = 'https://github.com/bbc/rd-apmm-python-lib-mediatimestamp'
24
author = 'James P. Weaver'
0 commit comments