Commit 7d20c8c2 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

Back to development: 0.9

parent 37622fb3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Changes
==================

0.9 (unreleased)
----------------

- Nothing changed yet.


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.8
:Version: 0.9.dev0
: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.8"
__version__ = "0.9.dev0"

from ctypes import *
import sys