Skip to content

Commit

Permalink
Prep 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Jul 5, 2016
1 parent 1108f98 commit d84624f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file. Notes shoul
xSACdb instances. This project will soon adhere to [Semantic Versioning](http://semver.org/).


## HEAD - Unreleased
## [0.1.2] - 2016-07-05

### Changed
- Display qualification list on training dash for users without any qualifications or training_for, #144

### Fixed
- Updating planned SDC dates and notes fails.
- Upcoming SDC sorted by date.
- Server error when generating pool sheet, #223


## [0.1.1] - 2016-05-24
Expand Down
4 changes: 2 additions & 2 deletions src/xSACdb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version file, currently manually updated

VERSION = {
'tag': '0.1.1',
'released': '2016-05-24',
'tag': '0.1.2',
'released': '2016-07-05',
}

0 comments on commit d84624f

Please sign in to comment.