Skip to content

Commit 3006cb2

Browse files
committed
v2.0.3
1 parent 5892887 commit 3006cb2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v2.0.2
410

511
- refactor string formatting to f-strings

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__ = "2.0.2"
15+
version = __version__ = "2.0.3"

0 commit comments

Comments
 (0)