From 43850f6b42fab425be12056a762505b184bd24e7 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Mon, 30 Oct 2023 10:07:04 -0300 Subject: [PATCH] Release version 1.2.0 --- CHANGELOG.md | 2 +- fronts/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8449997..70f61f4 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.0] - Unreleased +## [1.2.0] - 2023-10-30 ### Added diff --git a/fronts/__init__.py b/fronts/__init__.py index 173594b..78d24ce 100644 --- a/fronts/__init__.py +++ b/fronts/__init__.py @@ -3,7 +3,7 @@ transformation. """ -__version__ = '1.1.2' +__version__ = '1.2.0' from ._boltzmann import ode, BaseSolution, o, do_dr, do_dt, r, t, as_o from ._semiinfinite import solve, solve_flowrate, solve_from_guess, Solution