Skip to content

Commit

Permalink
Announce 3.5 deprecation at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekenre committed Sep 30, 2020
1 parent 423aef9 commit 0024f14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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 <https://cbor2.readthedocs.io/>`_ to learn more.
Expand Down
6 changes: 3 additions & 3 deletions docs/versionhistory.rst
Expand Up @@ -5,14 +5,14 @@ Version history

This library adheres to `Semantic Versioning <http://semver.org/>`_.

**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)
Expand Down

0 comments on commit 0024f14

Please sign in to comment.