Skip to content

Commit

Permalink
Draft 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Dec 19, 2018
1 parent 3a7d838 commit 81dda0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.3]

### Changed
- @michalfita: Fixed handling for DLL in 64-bit Python instances: on 64-bit
Windows platforms running 64-bit Python, the 32-bit DLL was always being
loaded; now the 64-bit DLL will be loaded instead.

## [0.1.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pylink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.2'
__version__ = '0.1.3'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 81dda0a

Please sign in to comment.