From 1cfcc8214f7a33ed5eae468a567b5806a05eadfd Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 27 Oct 2024 09:06:37 +0100 Subject: [PATCH] release: 1.6.0 (#66) * bump version * bump year * bump year --- CHANGES.rst | 2 +- LICENSE.rst | 2 +- README.rst | 2 +- doc/install.rst | 2 +- luma/emulator/__init__.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5da7bd0..7125be9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ ChangeLog +------------+---------------------------------------------------------------------+------------+ | Version | Description | Date | +============+=====================================================================+============+ -| **1.6.0** | * Drop support for Python 3.7 | TBD | +| **1.6.0** | * Drop support for Python 3.7 | 2024/10/26 | +------------+---------------------------------------------------------------------+------------+ | **1.5.0** | * Drop support for Python 3.6 | 2023/08/31 | | | * Switch to implicit namespace package configuration | | diff --git a/LICENSE.rst b/LICENSE.rst index 6439403..cdcb9d6 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,7 +1,7 @@ The MIT License (MIT) --------------------- -Copyright (c) 2017-2023 Richard Hull and contributors +Copyright (c) 2017-2024 Richard Hull and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index bee0d47..84d9511 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ License ------- The MIT License (MIT) -Copyright (c) 2017-2023 Richard Hull and contributors +Copyright (c) 2017-2024 Richard Hull and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/install.rst b/doc/install.rst index df1a3c5..2998032 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -20,4 +20,4 @@ Installing from PyPi Install the latest version of the luma.emulator library directly from `PyPI `_:: - $ sudo -H pip install --upgrade luma.emulator + $ pip install luma.emulator diff --git a/luma/emulator/__init__.py b/luma/emulator/__init__.py index c70e548..c38fcac 100644 --- a/luma/emulator/__init__.py +++ b/luma/emulator/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2017-2023 Richard Hull and contributors +# Copyright (c) 2017-2024 Richard Hull and contributors # See LICENSE.rst for details. -__version__ = '1.5.0' +__version__ = '1.6.0'