Skip to content

Commit

Permalink
Bump version for new 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Dec 12, 2022
1 parent 9c66f39 commit ed6960e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 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.2
VERSION = 0.8.0
FULLVER = pyxattr-$(VERSION)
DISTFILE = $(FULLVER).tar.gz

Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
News
====

Version 0.8.0
-------------

*Mon, 12 Dec 2022*

Minor bugfix release, but due to lack of CI environments supporting old
Python versions, only Python 3.7+ is supported. Otherwise:

* Snape3058@ found some refcount issues (see issue #35), these have been
fixed.
* Tested and enabled Python 3.10 support, dropped < 3.7.
* Various improvements to the CI environments.
* Move fully to `setuptools` (where available), in preparation for 3.12
dropping `distutils` support.

Version 0.7.2
-------------

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.2'
version = '0.8.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.2'
release = '0.8.0'

# 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 @@ -9,7 +9,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.2"
version = "0.8.0"
author = "Iustin Pop"
author_email = "[email protected]"
libraries = []
Expand Down

0 comments on commit ed6960e

Please sign in to comment.