Commit ca04f849 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

Preparing release 0.8.1

parent e414f7a7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
Changes
==================

0.9 (unreleased)
----------------
0.8.1 (2025-05-28)
------------------

Bugfixes:

- Nothing changed yet.
* Fix crash on Windows for Python >= 3.12, caused by
  distutils module been removed from Python 3.12.


0.8 (2025-05-28)
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Python-Interface to the Ghostscript C-API
---------------------------------------------------------------------

:Author:  Hartmut Goebel <h.goebel@crazy-compiler.com>
:Version: 0.9.dev0
:Version: 0.8.1
:License: GNU General Public License v3 or later (GPLv3+)
:Homepage: https://gitlab.com/pdftools/python-ghostscript

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ ghostscript._gsprint - A low-lewel interface to the Ghostscript C-API using ctyp
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__copyright__ = "Copyright 2010-2023 by Hartmut Goebel <h.goebel@crazy-compilers.com>"
__licence__ = "GNU General Public License version 3 (GPL v3)"
__version__ = "0.9.dev0"
__version__ = "0.8.1"

from ctypes import *
import sys