From 9f8b21229873a2f12f5b2bd9f1241d5c11e97a21 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Fri, 22 Mar 2024 17:33:41 +0100 Subject: [PATCH] add last PR to CHANGELOG and bump version --- CHANGELOG.md | 11 +++++++++-- element_deeplabcut/version.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5057c..5efaef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,20 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. -## [0.2.11] - 2023-01-04 +## [0.2.12] - 2024-03-22 + ++ Add - pytest ++ Fix - minor bugfix in tests ++ Update - clean up notebook ++ Update - Elements installed directly from GitHub instead of PyPI ++ Update - Black formatting `tests` + +## [0.2.11] - 2024-01-04 + Fix - docstring typo + Fix - `dj.config()` setup moved to `tutorial_pipeline.py` instead of `__init__.py` + Bugfix - Resolved AttributeError from the latest update of the YAML dependency + Update - Flowchart images to increase consistency with other DataJoint Elements -+ Update - Elements installed directly from GitHub instead of PyPI ## [0.2.10] - 2023-11-20 diff --git a/element_deeplabcut/version.py b/element_deeplabcut/version.py index 1ce9d0b..9d31bd6 100644 --- a/element_deeplabcut/version.py +++ b/element_deeplabcut/version.py @@ -1,4 +1,4 @@ """ Package metadata """ -__version__ = "0.2.11" +__version__ = "0.2.12"