diff --git a/CHANGES.rst b/CHANGES.rst index a5b66e0..1b4c613 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 1.1.0 [2024-11-29] +-------------------------- + +- Upgraded to openwisp-controller 1.1.0 +- Upgraded to django 4.2 + Version 1.0.0 [2022-05-03] -------------------------- diff --git a/owm_legacy/__init__.py b/owm_legacy/__init__.py index ea3dd9d..e71797d 100644 --- a/owm_legacy/__init__.py +++ b/owm_legacy/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 0, 'final') +VERSION = (1, 1, 0, 'final') __version__ = VERSION # alias