From adcb4266136210298d17aa0bf8c5121d09d6a2f7 Mon Sep 17 00:00:00 2001 From: Alexander Frenzel Date: Sun, 3 Jan 2021 12:35:06 -0800 Subject: [PATCH] feat: release 1.0.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124eab7..55993ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2021-01-03 + ### Added * support for django-storages, @lifenautjoe & @bashu @@ -58,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release [Unreleased]: https://github.com/escaped/django-video-encoding/compare/0.4.0...HEAD +[1.0.0]: https://github.com/escaped/django-video-encoding/compare/0.4.0...1.0.0 [0.4.0]: https://github.com/escaped/django-video-encoding/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/escaped/django-video-encoding/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/escaped/django-video-encoding/compare/0.3.0...0.2.0 diff --git a/pyproject.toml b/pyproject.toml index fe5ef18..64b7893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-video-encoding" -version = "0.4.0" +version = "1.0.0" description = "django-video-encoding helps to convert your videos into different formats and resolutions." authors = [ "Alexander Frenzel ",