From b5f41629642540e3783023f4ef02eef74a1294cc Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 18 Dec 2024 18:52:21 +0530 Subject: [PATCH] [deps] Bumped to version 1.2.0a - Bumped openwisp-users~=1.2.0a - Bumped openwisp-utils~=1.2.0a --- CHANGES.rst | 5 +++++ openwisp_notifications/__init__.py | 2 +- requirements-test.txt | 2 +- requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8ecc6393..4b7946f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 1.2.0 [Unreleased] +-------------------------- + +Work in progress. + Version 1.1.0 [2024-11-20] -------------------------- diff --git a/openwisp_notifications/__init__.py b/openwisp_notifications/__init__.py index 5616c298..60e34a65 100644 --- a/openwisp_notifications/__init__.py +++ b/openwisp_notifications/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'final') +VERSION = (1, 2, 0, 'alpha') __version__ = VERSION # alias diff --git a/requirements-test.txt b/requirements-test.txt index 91e827ae..256dd380 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -openwisp-utils[qa,selenium]~=1.1.1 +openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 django-cors-headers~=4.4.0 django-redis~=5.4.0 channels_redis~=4.2.1 diff --git a/requirements.txt b/requirements.txt index 0e2f16e1..0da46e4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django-notifications-hq~=1.8.3 channels~=3.0.2 -openwisp-users~=1.1.0 -openwisp-utils[rest,celery]~=1.1.1 +openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/1.2 +openwisp-utils[rest,celery] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 markdown~=3.7.0