Skip to content

Commit

Permalink
[deps] Bumped version to 1.2.0a
Browse files Browse the repository at this point in the history
- Bumped openwisp-utils~=1.2.0a
  • Loading branch information
pandafy authored and nemesifier committed Dec 20, 2024
1 parent bd38b25 commit 40d273c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 1.2.0 [Unreleased]
--------------------------

Work in progress.

Version 1.1.1 [2024-11-20]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion django_loci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 1, 'final')
VERSION = (1, 2, 0, 'alpha')
__version__ = VERSION # alias


Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest-django~=4.9.0
pytest-asyncio~=0.24.0
pytest-cov~=5.0.0
responses~=0.25.3
openwisp-utils[qa]~=1.1.1
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels~=3.0.4
django-leaflet~=0.31.0
Pillow~=10.4.0
geopy~=2.4.1
openwisp-utils~=1.1.0
openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/1.2

0 comments on commit 40d273c

Please sign in to comment.