# Release of OpenMC 0.15.1

**URL:** https://openmc.discourse.group/t/release-of-openmc-0-15-1/5305
**Category:** Announcements
**Created:** [March 7, 2025, 8:59pm UTC](https://openmc.discourse.group/t/release-of-openmc-0-15-1/5305 "2025-03-07T20:59:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![paulromano](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/paulromano/32/486_2.png) [@paulromano](https://openmc.discourse.group/u/paulromano)
#### Post date: [March 7, 2025, 8:59pm UTC](https://openmc.discourse.group/t/release-of-openmc-0-15-1/5305/1 "2025-03-07T20:59:51Z")

</div>

OpenMC 0.15.1 has just been released! This release contains many new features, bug fixes, and enhancements — check out the [release notes](https://github.com/openmc-dev/openmc/releases/tag/v0.15.1) for the full details. A huge thank you to all who contributed, including many first-time contributors!

As always, we recommend updating to the latest version of OpenMC if possible. If you are using conda, the new release should be available on conda-forge soon.

---

<div class="post-metadata">

### Author: ![paulromano](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/paulromano/32/486_2.png) [@paulromano](https://openmc.discourse.group/u/paulromano)
#### Post date: [March 19, 2025, 5:07pm UTC](https://openmc.discourse.group/t/release-of-openmc-0-15-1/5305/2 "2025-03-19T17:07:37Z")

</div>

Just wanted to follow up that we’ve released a hotfix version 0.15.2, which fixes an MPI-related bug that inadvertently crept in to the last release.

---

<div class="post-metadata">

### Author: ![wahidluthfi](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/wahidluthfi/32/3375_2.png) [@wahidluthfi](https://openmc.discourse.group/u/wahidluthfi)
#### Post date: [March 20, 2025, 9:22am UTC](https://openmc.discourse.group/t/release-of-openmc-0-15-1/5305/3 "2025-03-20T09:22:48Z")

</div>

Hi Paul, I am trying to update the python API (after git pull and compiling the 0.15.2 ) using `pip3 install .` The api being installed was named UNKNOWN 0.15.2. I also tried the `python3 -m pip install .` and it gives same results shown below

 ![IMG_20250320_161607](https://global.discourse-cdn.com/free1/uploads/openmc/original/2X/f/fa63e26a6b62ce75f59875ac0b0c5190f442eb3d.jpeg)

Do I need to delete all the sources and git clone again instead of git pull in this version?

note: I think I just need to update my pip `pip3 install --upgrade pip`
