Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 25, 2020
1 parent 5892887 commit 3006cb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.3

- add cPython 3.9 interpreter testing
- add CodeQL static source testing
- update fonttools dependency to v4.16.1

## v2.0.2

- refactor string formatting to f-strings
Expand Down
2 changes: 1 addition & 1 deletion lib/dehinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = __version__ = "2.0.2"
version = __version__ = "2.0.3"

0 comments on commit 3006cb2

Please sign in to comment.