Skip to content

Commit

Permalink
Merge pull request #34 from tbrlpld/start-dev-0.1.3a0
Browse files Browse the repository at this point in the history
Back to dev
  • Loading branch information
tbrlpld authored Jan 14, 2025
2 parents a0d1a31 + 57bb41b commit a236fe9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion laces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 1, 2)
VERSION = (0, 1, 3, "a", 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit a236fe9

Please sign in to comment.