Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-hossack committed Oct 17, 2022
1 parent 9b64e3a commit f5e9e39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dashtools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = '1.9.0'
# Version in this file must match version for docs/source/version.py!

__version__ = '1.9.1'
6 changes: 6 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.9.1] - 2022-10-17

### Fixed

- Added missing dependency

## [1.9.0] - 2022-10-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/source/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version in this file must match version for dashtools/version.py!

__version__ = '1.9.0'
__version__ = '1.9.1'
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ yolk3k==0.9
termcolor==1.1.0
visdcc==0.0.50
dash-mantine-components==0.10.2
dash-iconify==0.1.2
dash-iconify==0.1.2
ruamel.yaml==0.17.21

0 comments on commit f5e9e39

Please sign in to comment.