From 25ecaa49abd1d48d04ac86e3777e0d1059e592d8 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 27 Dec 2022 12:27:22 +0800 Subject: [PATCH] Bump + push --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da8ad03..57568ca 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,7 @@ Changes - Sam Fuller's btree fix for volumes with *many* files: https://github.com/elliotnunn/machfs/commit/b44a2f9 - Support for Aliases, represented in the native FS as symlinks + +1.4 +--- +- Fix partitioned-disk support diff --git a/setup.py b/setup.py index 1895e5b..1210b2e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='machfs', - version='1.3', + version='1.4', author='Elliot Nunn', author_email='elliotnunn@me.com', description='Library for reading and writing Macintosh HFS volumes',