Skip to content

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
idapena committed Apr 10, 2024
1 parent 30966d6 commit b05ad41
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ hide:

[//]: # (--------------------------------------------------------------------------------------------------------------)

## [v0.1.2](https://github.com/dapensoft/pyorlib/releases/tag/0.1.2) <small>April 9, 2024</small> { id="0.1.2" }

<hr class="divider">

##### 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) <small>March 2, 2024</small> { id="0.1.1" }

<hr class="divider">
Expand Down
2 changes: 1 addition & 1 deletion src/pyorlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b05ad41

Please sign in to comment.