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-users~=1.2.0a
- Bumped openwisp-utils~=1.2.0a
  • Loading branch information
pandafy authored and nemesifier committed Dec 20, 2024
1 parent fa636e3 commit 25f6a33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.0 [2024-11-21]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_ipam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, '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
@@ -1 +1 @@
openwisp-utils[qa]~=1.1.1
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openwisp-users~=1.1.0
openwisp-utils[rest]~=1.1.1
openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/1.2
openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
django-reversion~=5.1.0
openpyxl~=3.1.5

0 comments on commit 25f6a33

Please sign in to comment.