From 356a290cdbaf0696d75b0122d45baffde4d8cdbc Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Thu, 4 Apr 2024 18:40:46 -0300 Subject: [PATCH] Bump version to 1.2.2 --- CHANGELOG.md | 2 +- fronts/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b221389..0daefed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.2.2] - Unreleased +## [1.2.2] - 2024-04-04 ### Fixed diff --git a/fronts/__init__.py b/fronts/__init__.py index dd58318..5e97645 100644 --- a/fronts/__init__.py +++ b/fronts/__init__.py @@ -3,7 +3,7 @@ transformation. """ -__version__ = '1.2.1' +__version__ = '1.2.2' from ._boltzmann import ode, BaseSolution, o, do_dr, do_dt, r, t, as_o from ._semiinfinite import solve, solve_flowrate, solve_from_guess, Solution