From 6587ab480034750f01382bb5a4e02d7b3993cdf0 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 7 May 2022 11:16:44 -0500 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10961ab..b339bd4 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. +### [0.8.2](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.1...0.8.2) (2022-05-07) + + +### Features + +* Adds Random count dipole model with binomial type distribution for dipole number ([27cbb36](https://gitea.deepak.science:2222/physics/pdme/commit/27cbb364a6d9625abca6145dafedf0df5743f816)) + ### [0.8.1](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.0...0.8.1) (2022-04-30) diff --git a/pyproject.toml b/pyproject.toml index 39bf7ab..f9faa93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "0.8.1" +version = "0.8.2" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"