From 5756a5fb016b62bdf74db1f7f42cc1785156dd87 Mon Sep 17 00:00:00 2001 From: James B Date: Thu, 23 Mar 2023 10:46:52 +0000 Subject: [PATCH] release: 0.5.0 Also correct typo in changelogs --- CHANGELOG.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc6620..29f62e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.5.0] - 2023-03-23 + ## Added - nginx / client_max_body_size option - set by command line option or environmental variable. - nginx / proxy-read-timeout option - set by command line option or environmental variable. - Dokku app names are cleaned up. Invalid characters are changed to "-". Lower case is enforced. -- ps:sale - set by command line option or environmental variable. +- ps:scale - set by command line option or environmental variable. ## Changed diff --git a/setup.py b/setup.py index 9e524a7..bacf581 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="DokkuSD", - version="0.4.0", + version="0.5.0", description="DokkuSD", long_description="DokkuSD", url="https://github.com/OpenDataServices/dokkusd-client",