Skip to content

Commit

Permalink
Bump version to v1.2.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
klb2 committed Oct 25, 2022
1 parent 5eb5af2 commit 371b67b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]


## [1.2.0] - 2022-10-25
### Added
- Add new `json` strategy to save and load problem instances
- Add new (optional) `name` attribute to the `QMKProblem` class
Expand All @@ -16,6 +19,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Updated
- The `io.save_problem_txt` will now first try to use the `problem.name`
atrribute if the `name` keyword is not given.
- Change the (sub)title of the package to "QMKPy: A Python Testbed for the
Quadratic Multiple Knapsack Problem"


## [1.1.0] - 2022-08-08
Expand Down
2 changes: 1 addition & 1 deletion qmkpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Karl Besser"
__email__ = "k.besser@tu-bs.de"
__version__ = "1.1.0"
__version__ = "1.2.0"


from . import algorithms
Expand Down

0 comments on commit 371b67b

Please sign in to comment.