We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e459bcf commit 4ea5b60Copy full SHA for 4ea5b60
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# mediatimestamp Changelog
2
3
+## 1.7.0
4
+- Added extend_to_encompass_timerange function for immutable.TimeRange.
5
+- Hardcode use of python3.4 in RPM spec file to workaround missing python3 soft
6
+link in recent (>3.4.9) centos python34 RPM.
7
+
8
## 1.6.0
9
- Removed the PRESERVE_START and PRESERVE_END rounding options which are used in TimeRange.normalise().
10
setup.py
@@ -18,7 +18,7 @@
18
19
# Basic metadata
20
name = 'mediatimestamp'
21
-version = '1.6.0'
+version = '1.7.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