From 7729667cf3cf388013b9cfd1361c2e881d6ead55 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Tue, 2 Apr 2024 10:16:19 -0400 Subject: [PATCH] Add Release History to README.rst --- README.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.rst b/README.rst index 3c41625..8b489e1 100644 --- a/README.rst +++ b/README.rst @@ -49,3 +49,33 @@ Modify metadata of an ANSI file:: >>> piece = SAUCE('artwork.ans') >>> piece.date = datetime.datetime.now() >>> piece.write('artwork.new') + + +History +======= + +- 1.3 2024-04-02: Updated for python 3 support + `PR #2 `_ + by `@mainframed `_ + +- 1.2 2016-06-06: Methods for setting datatype, filetype, tinfos + `PR #1 `_ + by `@Kirkman `_ + +- 1.1 2014-07-11: Fixed a boundary check issue + by `@tehmaze `_ + +- 1.0 2014-06-18: Fix field sizes of SAUCE record + by `@tehmaze `_ + +- 0.2.1 2014-06-18 Add 'data' attribute, setters return self + by `@tehmaze `_ + +- 0.2.0 2014-06-10 Added documentation + by `@tehmaze `_ + +- 0.1.1 2012-08-07 Fixed setup script + by `@tehmaze `_ + +- 0.1 2009-05-20 Initial release + by `@tehmaze `_