From 45a8713835275db773a85f0d2ac0f4ead33526f9 Mon Sep 17 00:00:00 2001 From: Tom Wojcik Date: Sun, 16 Apr 2023 13:16:46 +0200 Subject: [PATCH] set 2.2.0 date in changelog --- CHANGELOG.rst | 2 +- poetry.lock | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 893987a9..3056450e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ This document records all notable changes to djoser. This project adheres to `Semantic Versioning `_. --------------------- -`2.2.0`_ (TBA) +`2.2.0`_ (2023-04-16) --------------------- * add WebAuthn support diff --git a/poetry.lock b/poetry.lock index 936d9e5e..5170415c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1708,4 +1708,4 @@ webauthn = ["webauthn"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b93ed60d42d30206b6a204396ec4ff5e9284220f2d72e86c6fbba972b6c332b6" +content-hash = "d8730b81fd2ed5f2fb36b7bd7f0c8303b9817254e716f9d42e14fa9666723da7" diff --git a/pyproject.toml b/pyproject.toml index 04577748..dbea1a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "djoser" -version = "2.2.0a0" +version = "2.2.0" description = "REST implementation of Django authentication system." authors = [ "Sunscrapers ", @@ -12,7 +12,6 @@ license = "MIT" classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Django", - "Framework :: Django :: 2.2", "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Framework :: Django :: 4.0",