Skip to content

Commit 9f9fea3

Browse files
committed
v0.4.2
1 parent 378c1fd commit 9f9fea3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.2
4+
5+
- fix Travis CI testing error on macOS platform with move to `pip3` from `pip`
6+
- update fontTools dependency to v4.0.1
7+
38
## v0.4.1
49

510
- fix Makefile uninstall target error

lib/dehinter/__init__.py

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

15-
version = __version__ = "0.4.2.dev0"
15+
version = __version__ = "0.4.2"

0 commit comments

Comments
 (0)