-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7935f98
commit 0378f4d
Showing
5 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _v1.3.1: | ||
|
||
1.3.1 | ||
===== | ||
|
||
Fixes | ||
..... | ||
|
||
* Better define install requirements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _v1.3.2: | ||
|
||
1.3.2 | ||
===== | ||
|
||
Changes | ||
....... | ||
|
||
* Updated libjpeg to current version 1.64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _v1.3.3: | ||
|
||
1.3.3 | ||
===== | ||
|
||
Changes | ||
....... | ||
|
||
* Added wheels for Linux aarch64 architecture |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _v1.3.4: | ||
|
||
1.3.4 | ||
===== | ||
|
||
Changes | ||
....... | ||
|
||
* Added wheels for Python 3.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
import re | ||
|
||
|
||
__version__ = '1.3.3' | ||
__version__ = '1.3.4' | ||
|
||
|
||
VERSION_PATTERN = r""" | ||
|