Skip to content

Commit

Permalink
Update version and CHANGELOG for v1.12.0 (#1859)
Browse files Browse the repository at this point in the history
Update the version in `version.py` to 1.12.0. Update the CHANGELOG to
move the changes in #1858 to a new section for version 1.12.0.
  • Loading branch information
EmilyBourne committed May 13, 2024
1 parent 19c2025 commit 3f9b4a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## \[UNRELEASED\]
## \[1.12.0\] - 2024-05-08

### Added

- #1830 : Add a `pyccel.lambdify.lambdify` function to accelerate SymPy expressions.
- #1830 : Add a `pyccel.lambdify` function to accelerate SymPy expressions.
- #1867 : Add a `use_out` parameter to `pyccel.lambdify` to avoid unnecessary memory allocation.
- #1867 : Auto-generate a docstring for functions generated via calls to `pyccel.lambdify`.
- #1868 : Hide traceback for `epyccel` and `lambdify` errors.
Expand Down
2 changes: 1 addition & 1 deletion pyccel/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Module specifying the current version string for pyccel
"""
__version__ = "1.11.2"
__version__ = "1.12.0"

0 comments on commit 3f9b4a2

Please sign in to comment.