Skip to content

Commit

Permalink
Release 5.0.0 and add self as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekenre committed Jan 20, 2020
1 parent 61dafb9 commit e4b7c8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version history

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

**4.2.0** (2020-01-10)
**5.0.0** (2020-01-20)

- **BACKWARD INCOMPATIBLE** CBOR does not have a bare DATE type, encoding dates as datetimes
is disabled by default (PR by Changaco)
Expand All @@ -24,6 +24,10 @@ This library adheres to `Semantic Versioning <http://semver.org/>`_.
:class:`ipaddress.IPv6Address`, :class:`ipaddress.IPv4Network`, and :class:`ipaddress.IPv6Network`
(semantic tags 260 and 261)

**4.2.0** (2020-01-10)

- **BROKEN BUILD** Removed

**4.1.2** (2018-12-10)

- Fixed bigint encoding taking quadratic time
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description = Pure Python CBOR (de)serializer with extensive tag support
long_description = file: README.rst
author = Alex Grönholm
author_email = alex.gronholm@nextday.fi
maintainer = Kio Smallwood
maintainer_email = kio@mothers-arms.co.uk
project_urls =
Documentation = https://cbor2.readthedocs.org/en/latest/
Source Code = https://github.com/agronholm/cbor2
Expand Down

0 comments on commit e4b7c8c

Please sign in to comment.