Skip to content

Commit

Permalink
Version 1.10.1 (#64)
Browse files Browse the repository at this point in the history
# Changelog

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

## [1.10.1] - 2022-10-23

### Changed

- Turn off logging and debug mode for gui server
- Address bug where server opens twice
- Open web url in browser when server starts
- Updated packaging structure to exclude 'docs' module which should not have been there
- Temporarily disabled tests for this release. Test suite needs to be overhauled for current changes.
  • Loading branch information
andrew-hossack committed Oct 23, 2022
1 parent 5ed15e0 commit 9b0c1f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [1.10.0] - 2022-10-23
## [1.10.1] - 2022-10-23

### Changed

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -- Project information

__version__ = '1.10.0'
__version__ = '1.10.1'

project = 'DashTools'
author = 'Andrew Hossack'
Expand Down
2 changes: 1 addition & 1 deletion src/dashtools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version in this file must match version for docs/source/version.py!

__version__ = '1.10.0'
__version__ = '1.10.1'

0 comments on commit 9b0c1f6

Please sign in to comment.