From 98e7967ea408e5959039801720677e6b5cfce98d Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 12 Apr 2021 12:21:04 +0300 Subject: [PATCH] Version 1.3.0 release --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23c80f..5eba589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ We follow semantic versioning. ### Features - Adds `python3.9` support +- Adds `--source` flag ### Misc diff --git a/pyproject.toml b/pyproject.toml index fe131c7..b88a899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu [tool.poetry] name = "dump-env" -version = "1.2.0" +version = "1.3.0" description = "A utility tool to create .env files" license = "MIT"