From 4b566b48aa3f8c7bfd2e2a46e222f370c5578166 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:45:13 +0000 Subject: [PATCH] chore(main): release 6.2.1 --- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac68609..8bc58c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.2.1](https://github.com/hits-mbm-dev/kimmdy/compare/v6.2.0...v6.2.1) (2024-02-21) + + +### Features + +* analyse reaction participation ([#365](https://github.com/hits-mbm-dev/kimmdy/issues/365)) ([c9c7898](https://github.com/hits-mbm-dev/kimmdy/commit/c9c7898d429dfbb65a1dabb26cdad7cb2aad1ada)) + + +### Documentation + +* add how-to for starting with reaction ([#369](https://github.com/hits-mbm-dev/kimmdy/issues/369)) ([937c786](https://github.com/hits-mbm-dev/kimmdy/commit/937c7864c530d000fb4475d1b33c746265b8c599)) + ## [6.2.0](https://github.com/hits-mbm-dev/kimmdy/compare/v6.1.0...v6.2.0) (2024-02-16) diff --git a/setup.cfg b/setup.cfg index 8ae49815..bfe79553 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kimmdy -version = 6.2.0 +version = 6.2.1 license = MIT description = Kinetic Monte Carlo Molecular Dynamics description_content_type = text/markdown