From e9e37eb76f8452bc523e7f0c707b7f9e4c2bf5f5 Mon Sep 17 00:00:00 2001 From: vb64 Date: Tue, 20 Feb 2024 21:52:49 +0400 Subject: [PATCH] version 1.2 --- .pypirc | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pypirc b/.pypirc index 52d2dd9..dc24910 100644 --- a/.pypirc +++ b/.pypirc @@ -5,6 +5,8 @@ index-servers = [pypi] repository = https://upload.pypi.org/legacy/ +username = __token__ [testpypi] repository = https://test.pypi.org/legacy/ +username = __token__ diff --git a/setup.cfg b/setup.cfg index 3f4dad2..b25eb72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-admin-list-filters -version = 1.1 +version = 1.2 author = Vitaly Bogomolov author_email = mail@vitaly-bogomolov.ru description = Embedded filters for Django Admin site