Skip to content

Commit

Permalink
Bump to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Nov 6, 2024
1 parent f051115 commit bc1888b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.9'
# Common Django template for GeoNode and Celery services below
x-common-django:
&default-common-django
image: geonode/geonode:latest-ubuntu-22.04
image: geonode/geonode:4.4.1
build:
context: ./
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion geonode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import os

__version__ = (4, 4, 0, "dev", 0)
__version__ = (4, 4, 1, 'final', 0)


def get_version():
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ geonode-pinax-notifications==6.0.0.2

# GeoNode org maintained apps.
# django-geonode-mapstore-client==4.0.5
git+https://github.com/GeoNode/geonode-mapstore-client.git@4.4.x#egg=django_geonode_mapstore_client
git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer
django-geonode-mapstore-client==4.4.1
geonode-importer==1.1.0
django-avatar==8.0.0
geonode-oauth-toolkit==2.2.2.2
geonode-user-messages==2.0.2.2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ install_requires =
geonode-pinax-notifications==6.0.0.2

# GeoNode org maintained apps.
django-geonode-mapstore-client>=4.0.5,<5.0.0
geonode-importer>=1.0.2
django-geonode-mapstore-client==4.4.1
geonode-importer==1.1.0
django-avatar==8.0.0
geonode-oauth-toolkit==2.2.2.2
geonode-user-messages==2.0.2.2
Expand Down

0 comments on commit bc1888b

Please sign in to comment.