Skip to content

Commit edee814

Browse files
Merge pull request #83 from source-foundry/prep-v4.0
v4.0.0 prep
2 parents 73b60bd + 66e46be commit edee814

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## v4.0.0
4+
5+
- remove Python 3.6 support (this was eliminated in our fontTools dependency)
6+
- update fonttools dependency to v4.28.1
7+
- update GitHub Actions CI workflow to include Python 3.10 testing
8+
- update GitHub Actions workflows to use cPython 3.10 runner by default
9+
310
## v3.1.0
411

512
- add a `dehinter.font.dehint` function to be used by programs that import dehinter as a module

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## About
1212

13-
`dehinter` is a Python command line application that removes TrueType instruction sets, global hinting tables, and other associated OpenType table data in font files. The tool provides cross-platform support on macOS, Windows, and Linux systems with a Python v3.6+ interpreter.
13+
`dehinter` is a Python command line application that removes TrueType instruction sets, global hinting tables, and other associated OpenType table data in font files. The tool provides cross-platform support on macOS, Windows, and Linux systems with a Python v3.7+ interpreter.
1414

1515
## What it does
1616

@@ -26,7 +26,7 @@ Options allow you to maintain the original version of any of these tables.
2626

2727
## Installation
2828

29-
`dehinter` requires a Python 3.6+ interpreter.
29+
`dehinter` requires a Python 3.7+ interpreter.
3030

3131
Installation in a [Python3 virtual environment](https://docs.python.org/3/library/venv.html) is recommended as dependencies are pinned to versions that are confirmed to work with this project.
3232

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__ = "3.1.0"
15+
version = __version__ = "4.0.0"

0 commit comments

Comments
 (0)