From 6e4b402c13f39433f80354fabc90379712d3a86e Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Fri, 16 Oct 2020 14:24:39 +0200 Subject: [PATCH] Add author and update changelog for #276/#277 --- CHANGELOG.rst | 36 +++++++++++++++++++++++++++++++++--- CONTRIBUTORS | 1 + 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25a0d680..c79012bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,36 @@ All notable changes to this code base will be documented in this file, in every released version. +Version 2.11.0 (WIP) +==================== + +:Released: n/a +:Maintainer: n/a + +Features +-------- + +n/a + + +Bug Fixes +--------- + +* :gh:`276` (:pr:`277`): VersionInfo.parse should be a class method + + +Additions +--------- + +n/a + + +Deprecations +------------ + +n/a + + Version 2.10.2 ============== @@ -22,8 +52,8 @@ Features Bug Fixes --------- -:gh:`260` (:pr:`261`): Fixed ``__getitem__`` returning None on wrong parts -:pr:`263`: Doc: Add missing "install" subcommand for openSUSE +* :gh:`260` (:pr:`261`): Fixed ``__getitem__`` returning None on wrong parts +* :pr:`263`: Doc: Add missing "install" subcommand for openSUSE Additions @@ -32,7 +62,7 @@ Additions n/a Deprecations --------- +------------ * :gh:`160` (:pr:`264`): * :func:`semver.max_ver` diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0920203c..4460512c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,6 +27,7 @@ Significant contributors * Ben Finney * Carles Barrobés * Craig Blaszczyk +* Damien Nadé * George Sakkis * Jan Pieter Waagmeester * Jelo Agnasin