From 17baed7d068f716c6ef6930b57ddd061bca3c8c6 Mon Sep 17 00:00:00 2001 From: juandisay Date: Wed, 6 Dec 2023 18:07:41 +0800 Subject: [PATCH] changed: edit changelog and readme --- CHANGELOG.md | 10 ++-------- README.md | 9 +++++---- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d8484..510452e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated Python version to 3.11. - Update Poetry to 1.2.x. -## [2.0.0] - 2020-01-16 - -The structure of the template is changed to target Python applications (and not -libraries) in the first place, and to use Poetry the base tool to work with the package. - -## [1.0.0] - 2020-01-07 - -Created the first version of the template. +## [v0.1-beta.1] - 2023-12-06 +- Release versi cookiecutter django version diff --git a/README.md b/README.md index 4d7f692..d8af07f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Starter Template for Django Python projects +# Starter Template for Python Django projects Use this cookiecutter template 🍪 to start every new Django Python project. @@ -12,17 +12,18 @@ Use this cookiecutter template 🍪 to start every new Django Python project. ## Getting Started -Create a new Django Python project +Create a new Python Django project ``` cookiecutter gh:papamana/cookiecutter-django ``` -Create a new Django Python Project with Spesific Release version +Create a new Python Django Project with Spesific Release version ``` cookiecutter gh:papamana/cookiecutter-django --checkout - +``` example: +``` cookiecutter gh:papamana/cookiecutter-django --checkout v0.1-beta.1 ```