Skip to content

Commit

Permalink
Bump version for 0.7.1 release…
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Nov 26, 2019
1 parent 2c2b755 commit 17fda02
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0
VERSION = 0.7.1
FULLVER = pyxattr-$(VERSION)
DISTFILE = $(FULLVER).tar.gz

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

Version 0.7.1
-------------

*released Tue, 26 Nov 2019*

Typo fix release in the bug tracker link :/

Version 0.7.0
-------------

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.0'
version = '0.7.1'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

# 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.0"
version = "0.7.1"
author = "Iustin Pop"
author_email = "[email protected]"
libraries = []
Expand Down

0 comments on commit 17fda02

Please sign in to comment.