We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378c1fd commit 9f9fea3Copy full SHA for 9f9fea3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## v0.4.1
9
10
- fix Makefile uninstall target error
lib/dehinter/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = __version__ = "0.4.2.dev0"
+version = __version__ = "0.4.2"
0 commit comments