Skip to content

Commit d11c75b

Browse files
committed
Bump version to 0.1.1
1 parent ae21abd commit d11c75b

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.1.1]
9+
10+
### Changed
11+
- @ford: `async` decorator renamed to `async_decorator` to support
12+
new linting rules in Python3.
13+
14+
### Added
15+
16+
- @ford: Added missing `six` requirement to `setup.py` and
17+
`requirements.txt`.
18+
- @Sauci: Added `open_tunnel()` method to connect to a J-Link over the
19+
remote server.
820

921
## [0.1.0]
1022

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pylink
22

3+
[![Build Status](https://travis-ci.org/square/pylink.svg?branch=master)](https://travis-ci.org/square/pylink)
4+
35
Python interface for the SEGGER J-Link.
46

57

pylink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.1.0'
15+
__version__ = '0.1.1'
1616
__title__ = 'pylink'
1717
__author__ = 'Square Embedded Software Team'
1818
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)