From f1a2e78c07b886ce0715676df948bd50d8b81df7 Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 9 May 2019 12:11:15 -0400 Subject: [PATCH] changelog, version --- divvy/_version.py | 2 +- docs/changelog.md | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/divvy/_version.py b/divvy/_version.py index 8b0856f..e9ba10a 100644 --- a/divvy/_version.py +++ b/divvy/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.4dev" +__version__ = "0.3.2" diff --git a/docs/changelog.md b/docs/changelog.md index 09052d2..6b9d6fa 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,27 +2,31 @@ ## Unreleased -## divvy [0.3.1] - 2019-04-24 +## [0.3.2] -- 2019-05-09 +### Changed +- Fixed `divvy list` command + +## [0.3.1] -- 2019-04-24 ### Changed - Minor updates to improve interface with looper and peppy -## divvy [0.3.0] - 2019-04-19 +## [0.3.0] -- 2019-04-19 ### Changed - Safer use of `yaml` - Reduced verbosity for clearer usage - The CLI now uses `divvy write` and `divvy list` subcommands -## divvy [0.2.1] - 2019-03-19 +## [0.2.1] -- 2019-03-19 ### Changed - For environment variable population, use updated version of `attmap` -## divvy [0.2.0] - 2019-03-13 +## [0.2.0] -- 2019-03-13 ### Added - Implemented a `divvy` command-line interface ### Changed - reduced verbosity -## divvy [0.1.0] - 2019-03-04 +## [0.1.0] -- 2019-03-04 ### Changed - `divvy` looks for computing configuration file path in both `$DIVCFG` and `$PEPENV` environment variables and the former is given priority - `ComputingConfiguration` class extends `AttMap` class, not `AttributeDict`