From 17fda02e4df655cad30ea45aba37fc98fe2d45e1 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 04:37:33 +0100 Subject: [PATCH] =?utf8?q?Bump=20version=20for=200.7.1=20release=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- NEWS | 7 +++++++ doc/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 07226b5..67bc139 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.0 +VERSION = 0.7.1 FULLVER = pyxattr-$(VERSION) DISTFILE = $(FULLVER).tar.gz diff --git a/NEWS b/NEWS index d22877f..f82a6d1 100644 --- a/NEWS +++ b/NEWS @@ -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 ------------- diff --git a/doc/conf.py b/doc/conf.py index 0eb166a..0108fc3 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.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. diff --git a/setup.py b/setup.py index 784ecc3..29c0d3b 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.0" +version = "0.7.1" author = "Iustin Pop" author_email = "iustin@k1024.org" libraries = [] -- 2.39.2