From 53077dae782f0d37c18be3d52db552c6ca73c859 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 29 Nov 2020 02:42:39 +0100 Subject: [PATCH] Bump version number for new release This was left as unreleased for a year now, way past time to release. --- Makefile | 2 +- NEWS | 4 +--- README.md | 2 +- doc/conf.py | 4 ++-- setup.py | 4 ++-- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index f957c6c..979f428 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCDIR = doc DOCHTML = $(DOCDIR)/html DOCTREES = $(DOCDIR)/doctrees ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR) -VERSION = 0.5.4 +VERSION = 0.6.0 FULLVER = pylibacl-$(VERSION) DISTFILE = $(FULLVER).tar.gz diff --git a/NEWS b/NEWS index 84ec3bb..2e21058 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ News Version 0.6.0 ------------- -*unreleased* +*Sun, 29 Nov 2020* Major release removing Python 2 support. This allow both code cleanup and new features, such as: @@ -52,7 +52,6 @@ Minor improvements: - The test suite has changed to `pytest`, which allows increased coverage via parameterisation. - Version 0.5.4 ------------- @@ -107,7 +106,6 @@ docstrings. Project reorganisation: the project home page has been moved from SourceForge to GitHub. - Version 0.5 ----------- diff --git a/README.md b/README.md index 06b7032..bd4c37c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ POSIX.1e Access Control Lists present in some OS/file-systems combinations. Downloads: go to . Latest version -is 0.5.4. The source repository is either at +is 0.6.0. The source repository is either at or at . diff --git a/doc/conf.py b/doc/conf.py index 299bca5..0d2504a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2002-2009, 2012, 2014, 2015, Iustin Pop' # built documents. # # The short X.Y version. -version = '0.5.4' +version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.5.4' +release = '0.6.0' # 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 9fe6556..bb69a61 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ long_desc = """This is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library - see acl(5).""" -version = "0.5.4" +version = "0.6.0" setup(name="pylibacl", version=version, @@ -39,7 +39,7 @@ setup(name="pylibacl", long_description=long_desc, author="Iustin Pop", author_email="iustin@k1024.org", - url="http://pylibacl.k1024.org/", + url="https://pylibacl.k1024.org/", license="LGPL", ext_modules=[Extension("posix1e", ["acl.c"], libraries=libs, -- 2.39.2