From bd095afce8c423eb3b503d468fcb1e5be9cfa62b Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Tue, 10 Dec 2024 12:50:22 +0100 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 2 +- src/pyargus/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24613d..4fd78c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.0] - 2024-12-10 ### Added diff --git a/src/pyargus/__init__.py b/src/pyargus/__init__.py index 86a9b52..fad6aac 100644 --- a/src/pyargus/__init__.py +++ b/src/pyargus/__init__.py @@ -1,3 +1,3 @@ """Argus API client library""" -VERSION = "0.5.0" +VERSION = "0.6.0"