Skip to content

Commit

Permalink
Release version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Nov 29, 2020
1 parent 7e3fa62 commit 811bbe8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repository is either at <http://git.k1024.org/pyxattr.git> 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
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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 = "[email protected]"
libraries = []
Expand Down

0 comments on commit 811bbe8

Please sign in to comment.