diff --git a/docs/release-notes.md b/docs/release-notes.md index 1f4f4da..14254b3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,23 @@ hide: [//]: # (--------------------------------------------------------------------------------------------------------------) +## [v0.1.2](https://github.com/dapensoft/pyorlib/releases/tag/0.1.2) April 9, 2024 { id="0.1.2" } + +
+ +##### Changed + +- Upgraded the `Setup-Python` GitHub Action from version 4 to version 5 in all workflows. +- Updated the `index.md` page with a welcome title. +- Updated the `mkdocs.yml` config file with the `mkdocs social cards` plugin. +- Updated the `pyproject.toml` config file with the necessary dependencies for the `mkdocs social cards` plugin. + +##### Fixed + +- Resolved the `mathjax.js` config file path error in the documentation. + +[//]: # (--------------------------------------------------------------------------------------------------------------) + ## [v0.1.1](https://github.com/dapensoft/pyorlib/releases/tag/0.1.1) March 2, 2024 { id="0.1.1" }
diff --git a/src/pyorlib/__init__.py b/src/pyorlib/__init__.py index 7a24112..ab5a43d 100644 --- a/src/pyorlib/__init__.py +++ b/src/pyorlib/__init__.py @@ -3,7 +3,7 @@ mathematical models in a standardized manner across different optimization packages. """ -__version__ = "0.1.1" +__version__ = "0.1.2" from .engines import Engine from .model import Model