From a5a4f7c45cf032cfb42cb1632c2c656c819f3db2 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 5 Oct 2022 16:36:41 +0100 Subject: [PATCH] release: 0.1.0 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8edd432 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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). + +## [Unreleased] + +## [0.1.0] - 2022-10-04 + +First release with changelog diff --git a/setup.py b/setup.py index c5c0ad7..1f67d2f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="DokkuSD", - version="0.0.0", + version="0.1.0", description="DokkuSD", long_description="DokkuSD", url="https://github.com/OpenDataServices/dokkusd-client",