From b7b6317e39e4579691d3f6aa594dee9a22417449 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Thu, 19 Dec 2024 15:17:56 +0530 Subject: [PATCH] [deps] Bumped version to 1.3.0a - Bumped openwisp-utils~=1.2.0a --- CHANGES.rst | 5 +++++ django_x509/__init__.py | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0dbf727..30cdc50 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 1.3.0 [Unreleased] +-------------------------- + +Work in progress. + Version 1.2.0 [2024-08-16] -------------------------- diff --git a/django_x509/__init__.py b/django_x509/__init__.py index 1af3f76..ed5be90 100644 --- a/django_x509/__init__.py +++ b/django_x509/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 0, 'final') +VERSION = (1, 3, 0, 'alpha') __version__ = VERSION # alias diff --git a/requirements-test.txt b/requirements-test.txt index 76ec861..87f7ddd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1 +1 @@ -openwisp-utils[qa]~=1.1.1 +openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 diff --git a/requirements.txt b/requirements.txt index 684be03..27c3640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Does not supports Django 4.0.0 django>=3.2.18,!=4.0.*,<5.2 -openwisp-utils~=1.1.1 +openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/1.2 jsonfield>=3.1.0,<4.0.0 cryptography~=43.0.3 pyOpenSSL~=24.2.1