Blob Blame History Raw
From b5c3b156e3047315a5402a659c52026bcbbe9b04 Mon Sep 17 00:00:00 2001
From: John Evans <john.g.evans.ne@gmail.com>
Date: Sun, 26 Nov 2023 15:32:17 -0700
Subject: [PATCH] Fix oversights in the 0.12.9 release
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Upstream released these fixes as 0.12.9post1, but we are able to avoid
the need for “post” versioning by backporting them.
---
 docs/source/whatsnew/0.12.rst | 5 +++++
 setup.cfg                     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/source/whatsnew/0.12.rst b/docs/source/whatsnew/0.12.rst
index 2258695..5046f9e 100644
--- a/docs/source/whatsnew/0.12.rst
+++ b/docs/source/whatsnew/0.12.rst
@@ -2,6 +2,11 @@
 Changes in glymur 0.12
 ######################
 
+*****************
+Changes in 0.12.9
+*****************
+    * Fix handling of XML data with trailing null bytes
+
 *****************
 Changes in 0.12.8
 *****************
diff --git a/setup.cfg b/setup.cfg
index 138c739..b49ef60 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = Glymur
-version = 0.12.8
+version = 0.12.9
 author = 'John Evans'
 author_email = "John Evans" <john.g.evans.ne@gmail.com>
 license = 'MIT'
-- 
2.42.0