From 88c28af56226a00f8c42e0e51e014a968a009ce4 Mon Sep 17 00:00:00 2001 From: Narayanan Seshan Date: Thu, 7 Sep 2017 16:47:08 +0000 Subject: [PATCH] Implements #142: Sorted Attributes In List Subcommand Output --- CHANGELOG.rst | 9 ++++++++- pynsot/version.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2cbfdec..a34db02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,14 @@ Changelog Version History =============== -.. _v1.2.0: +.. _v1.2.1: + +1.2.1 (2017-09-07) +------------------ + +* Implements #142: Sorts the `Attributes` column in the output of the + `list` subcommand, similar to the output of the `list` subcommand + with the `-g` flag. 1.2.0 (2017-07-28) ------------------ diff --git a/pynsot/version.py b/pynsot/version.py index 58d478a..3f262a6 100644 --- a/pynsot/version.py +++ b/pynsot/version.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.2.1'