Skip to content

Commit

Permalink
Update release notes for 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 11, 2024
1 parent b8c836b commit 6462a41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# The aggdraw Library

## Version 1.3.19

- Add Python 3.13 wheels
- Remove Mac x86_64 wheels (pull requests welcome)
- Fix typo in documentation for tobytes usage

## Version 1.3.18

- Remove "register" keyword from AGG C++ for compiler compatibility
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ with some modern compilers and coding styles. The aggdraw project has had to
apply additional patches over time to fix compatibility or to retain backwards
compatibility with previous versions of AGG to get the same end result. Some
patches may be documented in README files, but all future patches should appear
in the `patches/` directory in the root of this repository and were applied with
commands such as `patch -p0 patches/tags_pointer_type_fix.patch`.
in the ``patches/`` directory in the root of this repository and were applied with
commands such as ``patch -p0 patches/tags_pointer_type_fix.patch``.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from packaging.version import Version
from setuptools import setup, Extension

VERSION = "1.3.18.post0"
VERSION = "1.3.19"

SUMMARY = "High quality drawing interface for PIL."

Expand Down

0 comments on commit 6462a41

Please sign in to comment.