Skip to content

Commit 7e6777b

Browse files
committed
Draft 1.3.0 Release
1 parent d29e6b0 commit 7e6777b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [1.3.0]
9+
### Added
10+
- @gtowers-dukosi: Added API method `set_script_file()` to specify a Script
11+
File to be loaded.
12+
813
## [1.2.1]
914
### Fixed
1015
- @FletcherD: Fixed a bug in `load_library()` on Linux where a 32-bit library

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ In the order of appearance in the commit history:
2323
| Christopher Pattenden | @cpattenden-sq |
2424
| Dominic Shelton | @frogamic |
2525
| Fletcher D | @FletcherD |
26+
| G Towers | @gtowers-dukosi |

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__ = '1.2.1'
15+
__version__ = '1.3.0'
1616
__title__ = 'pylink'
1717
__author__ = 'Square Embedded Software Team'
1818
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)