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 5892887 commit 3006cb2Copy full SHA for 3006cb2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.0.3
4
+
5
+- add cPython 3.9 interpreter testing
6
+- add CodeQL static source testing
7
+- update fonttools dependency to v4.16.1
8
9
## v2.0.2
10
11
- refactor string formatting to f-strings
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__ = "2.0.2"
+version = __version__ = "2.0.3"
0 commit comments