Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfokkema committed Mar 30, 2021
1 parent 456ed1a commit 9131d7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.0.1

### Bugfixes

* When entering constants (like 0.8) in a calculated column, the single-valued
float type could not be cast using the .astype() method triggering an
exception.
* When changing the draw curve region option (e.g. from 'On data point' to 'On
full axis') the plot was not updated correctly.


## v1.0.0

Ready for deployment in our student labs! (🤞)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "Tailor"
bundle = "com.amsphyslab.tailor"
version = "1.0.0"
version = "1.0.1"
url = "https://github.com/davidfokkema/tailor"
license = "GNU General Public License v3 (GPLv3)"
author = 'David Fokkema'
Expand Down

0 comments on commit 9131d7d

Please sign in to comment.