From 811bbe8777b0d1cb902d5837ac71d1090281a6c1 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 29 Nov 2020 20:19:04 +0100 Subject: [PATCH] Release version 0.7.2 --- Makefile | 2 +- NEWS | 10 +++++++--- README.md | 2 +- doc/conf.py | 4 ++-- setup.py | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 8d3602a..f57b8bf 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCDIR = doc DOCHTML = $(DOCDIR)/html DOCTREES = $(DOCDIR)/doctrees ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR) -VERSION = 0.7.1 +VERSION = 0.7.2 FULLVER = pyxattr-$(VERSION) DISTFILE = $(FULLVER).tar.gz diff --git a/NEWS b/NEWS index b1b3034..87caf52 100644 --- a/NEWS +++ b/NEWS @@ -4,10 +4,14 @@ News Version 0.7.2 ------------- -*unreleased* +*Sun, 29 Nov 2020* -* Expand testing by adding better mixed-access checks (e.g. set via symlink - and read on file) and by not leaking resources during tests. +Minor release: + +* Expand testing by adding better mixed-access checks (e.g. set via + symlink and read on file) and by not leaking resources during tests. +* Enable testing with Python 3.9 and confirm compatibility with it. +* Fix documentation building with Sphinx 3.0+. Version 0.7.1 ------------- diff --git a/README.md b/README.md index 7eeefab..693be67 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ repository is either at or at ## Requirements -The current supported Python versions are 3.4+. +The current supported Python versions are 3.4+ (tested up to 3.9). The library has been written and tested on Linux, kernel v2.4 or later, with XFS and ext2/ext3/ext3 file systems. If any other platform diff --git a/doc/conf.py b/doc/conf.py index 18d2bf9..c48b6d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2002, 2003, 2006, 2008, 2012, 2013, 2014, 2015, Iustin Pop' # built documents. # # The short X.Y version. -version = '0.7.1' +version = '0.7.2' # The full version, including alpha/beta/rc tags. -release = '0.7.1' +release = '0.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a97c5b1..ac5c82b 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except ImportError: long_desc = """This is a C extension module for Python which implements extended attributes manipulation. It is a wrapper on top of the attr C library - see attr(5).""" -version = "0.7.1" +version = "0.7.2" author = "Iustin Pop" author_email = "iustin@k1024.org" libraries = [] -- 2.39.2