Skip to content

Commit

Permalink
Update changelog and prepare for new fixed release (4.0.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattoday committed Apr 17, 2019
1 parent 1dd419d commit 95ce929
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .releng.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project are documented in this file.

## 4.0.3 - 2019-04-17

* Fix Github issue #10 (AttributeError: 'bytes' object has no attribute 'encode'). Thanks @cbenhagen
* Fix pip install failing, github issue #9
* Remove old deprecated file from previous maintainer (not used).


## 4.0.2 - 2018-09-11

* Works with latest version of TurboActivate (4.0.x) and newer.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="turboactivate",
version="4.0.2",
version="4.0.3",
description="Python integration for the LimeLM TurboActivate library. This lets you add hardware-locked licensing (a.k.a. node-locked licensing) to your Python app.",
url="https://wyday.com/limelm/help/using-turboactivate-with-python/",
download_url="https://github.com/wyattoday/python-turboactivate",
Expand Down

0 comments on commit 95ce929

Please sign in to comment.