Skip to content

Commit

Permalink
changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed May 9, 2019
1 parent bb80f50 commit f1a2e78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion divvy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.4dev"
__version__ = "0.3.2"

14 changes: 9 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f1a2e78

Please sign in to comment.