From bb22101ce731302a8f5bc96f153b670e86706807 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 May 2024 05:59:17 +0000 Subject: [PATCH] Increment version to --- CHANGELOG.md | 6 +++--- nest/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e542a2..fbd1e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-04-24 +## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-05-21 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/a0bd12bd82b0d57fb6f4785f755126138fa2b587...0.1.0) +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/9ce6c1f09cd69cd2f5db55209425f9b0a343ccd4...0.1.0) ### Fixed -- Fix docs (#54) ([a0bd12b](https://github.com/PythonNest/PyNest/commit/a0bd12bd82b0d57fb6f4785f755126138fa2b587) by Itay Dar). +- Fix branch (#60) ([9ce6c1f](https://github.com/PythonNest/PyNest/commit/9ce6c1f09cd69cd2f5db55209425f9b0a343ccd4) by Itay Dar). diff --git a/nest/__init__.py b/nest/__init__.py index b5fdc75..d31c31e 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.2.3"