diff --git a/CHANGELOG.md b/CHANGELOG.md index e5dc21c..1d823e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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] - YYYY-MM-DD + +### Added + +- ... + +### Changed + +- ... + +### Removed + +- ... + ## [0.1.2] - 2025-01-13 ### Added diff --git a/laces/__init__.py b/laces/__init__.py index 6b27d4e..0b8add4 100644 --- a/laces/__init__.py +++ b/laces/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 1, 2) +VERSION = (0, 1, 3, "a", 0) __version__ = ".".join(map(str, VERSION))