From 885508e104baf56d0ad8891c2407b0510d10dc15 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 16 May 2024 23:12:43 -0500 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b0df3..479ba07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.0](https://gitea.deepak.science:2222/physics/pdme/compare/1.4.0...1.5.0) (2024-05-17) + + +### Features + +* adds mcmc chain that returns number of repeats ([6193ecb](https://gitea.deepak.science:2222/physics/pdme/commit/6193ecb9c9f7a21d24e860987a7107549a4b2fa7)) + ## [1.4.0](https://gitea.deepak.science:2222/physics/pdme/compare/1.3.0...1.4.0) (2024-05-17) diff --git a/pyproject.toml b/pyproject.toml index 834b41e..fb94226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "1.4.0" +version = "1.5.0" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"