Skip to content

Commit

Permalink
Releasing v0.5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 9, 2022
1 parent f73b899 commit da06bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]## [0.5.4.5b5]
## [Unreleased]## [0.5.4.6b0]

## [Unreleased]## [0.5.4.5]
### Changed
- DeployedDOModel.get_solve_details_objective uses PROGRESS_CURRENT_OBJECTIVE instead of PROGRESS_BEST_OBJECTIVE and adds exception handling
- setup.py avoids import of dse_do_utils to get __version__
Expand Down
2 changes: 1 addition & 1 deletion dse_do_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
See https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package
"""

__version__ = "0.5.4.5b5"
__version__ = "0.5.4.5"

0 comments on commit da06bd7

Please sign in to comment.