Skip to content

Commit

Permalink
Bump to version 4.0.2 dev 0
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Sep 14, 2022
1 parent 43cb804 commit c4bd604
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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, 0, 1, 'final', 0)
__version__ = (4, 0, 2, 'dev', 0)


default_app_config = "geonode.apps.AppConfig"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ pinax-notifications==6.0.0
pinax-ratings==4.0.0

# GeoNode org maintained apps.
django-geonode-mapstore-client==4.0.4
# -e git+https://github.com/GeoNode/geonode-mapstore-client.git@4.0.x#egg=django_geonode_mapstore_client
# django-geonode-mapstore-client==4.0.4
-e git+https://github.com/GeoNode/geonode-mapstore-client.git@4.0.x#egg=django_geonode_mapstore_client
geonode-avatar==5.0.8
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.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 =
pinax-ratings==4.0.0

# GeoNode org maintained apps.
django-geonode-mapstore-client==4.0.4
# django-geonode-mapstore-client>=4.0.0
# django-geonode-mapstore-client==4.0.4
django-geonode-mapstore-client>=4.0.4
geonode-avatar==5.0.8
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.2
Expand Down

0 comments on commit c4bd604

Please sign in to comment.