Skip to content

Commit 91ca1e5

Browse files
committed
Finalise and release version 1.1.0
1 parent 83f42c8 commit 91ca1e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytiger (1.0.1) UNRELEASED; urgency=medium
1+
pytiger (1.1.0) unstable; urgency=medium
22

33
[ Chris Boot ]
44
* Add pytiger.utils.plugins module.
@@ -7,7 +7,7 @@ pytiger (1.0.1) UNRELEASED; urgency=medium
77
[ Jonathan Wiltshire ]
88
* debian/copyright: update years
99

10-
-- Chris Boot <crb@tiger-computing.co.uk> Tue, 07 Jun 2016 10:53:54 +0100
10+
-- Jonathan Wiltshire <jmw@tiger-computing.co.uk> Tue, 07 Jun 2016 11:46:19 +0100
1111

1212
pytiger (1.0.0) unstable; urgency=low
1313

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes in pytiger
33
******************
44

5-
In development
5+
Release 1.1.0
66
==============
77

88
* Python 3 compatibility

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010

1111
setup(name='pytiger',
12-
version='1.0.0',
12+
version='1.1.0',
1313
description='Tiger Computing Ltd Python Utilities',
1414
author='Tiger Computing Ltd',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)