From 0024f1462055361e5696c008235f9219a740fec6 Mon Sep 17 00:00:00 2001 From: Kio Smallwood Date: Wed, 30 Sep 2020 10:13:49 +0100 Subject: [PATCH] Announce 3.5 deprecation at the same time --- README.rst | 2 +- docs/versionhistory.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8e003bce..66d1ef9e 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ About ===== -.. warning:: This project will be ending it's support of Python 3.5 and lower with release 6.0.0. Version 5.2 is the last version tested on Python 2.7 +.. warning:: This project will be ending it's support of Python 3.5 and lower with release 6.0.0. Version 5.2 will be the last version tested on Python 2.7 and 3.5 This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (`RFC 7049`_) serialization format. `Read the docs `_ to learn more. diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 1cd133ae..3f2987d3 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,14 +5,14 @@ Version history This library adheres to `Semantic Versioning `_. -**5.2.0** (2020-09-29) +**5.2.0** (2020-09-30) -- Final Version tested with Python 2.7 +- Final version tested with Python 2.7 and 3.5 - README: Announce deprecation of Python 2.7, 3.5 - README: More detail and examples - Bugfix: Fix segfault on loading huge arrays with C-backend (Sekenre) - Build system: Allow packagers to force C-backend building or disable using env var (jameshilliard) -- Feature: :module:`cbor2.tool` Command line diagnostic tool +- Feature: :module:`cbor2.tool` Command line diagnostic tool (Sekenre) - Feature: Ignore semantic tag used for file magic 55799 AKA "Self-Described CBOR" (kalcutter) **5.1.2** (2020-07-21)