From 09d3c11c7a53d2acd050bb24262d3bb85b939053 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 18 Jan 2022 20:19:22 -0500 Subject: [PATCH] release v0.1.0 --- HISTORY.md | 4 ++++ hatch_vcs/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d75966b..ba3dc06 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,3 +7,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.1.0 - 2022-01-18 + +This is the initial public release. diff --git a/hatch_vcs/__about__.py b/hatch_vcs/__about__.py index 6f74a65..0da476d 100644 --- a/hatch_vcs/__about__.py +++ b/hatch_vcs/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Ofek Lev # # SPDX-License-Identifier: MIT -__version__ = '0.0.1' +__version__ = '0.1.0'