Skip to content

Commit 4ea5b60

Browse files
author
Philip de Nier
committed
v1.7.0: version bump
1 parent e459bcf commit 4ea5b60

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# mediatimestamp Changelog
22

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+
38
## 1.6.0
49
- Removed the PRESERVE_START and PRESERVE_END rounding options which are used in TimeRange.normalise().
510

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Basic metadata
2020
name = 'mediatimestamp'
21-
version = '1.6.0'
21+
version = '1.7.0'
2222
description = 'A timestamp library for high precision nanosecond timestamps'
2323
url = 'https://github.com/bbc/rd-apmm-python-lib-mediatimestamp'
2424
author = 'James P. Weaver'

0 commit comments

Comments
 (0)