Skip to content

Commit

Permalink
2.10.0 rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
geo committed Aug 23, 2018
1 parent 31838d8 commit 7411022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geonode/__init__.py
Expand Up @@ -20,7 +20,7 @@

import os

__version__ = (2, 10, 0, 'rc', 2)
__version__ = (2, 10, 0, 'rc', 3)


default_app_config = "geonode.apps.AppConfig"
Expand Down
3 changes: 2 additions & 1 deletion package/debian/changelog
@@ -1,4 +1,5 @@
geonode (2.10.0+rc2) bionic; urgency=high geonode (2.10.0+rc1) bionic; urgency=high

geonode (2.10.0+rc3) bionic; urgency=high

* [dfa999fdb] 2018-07-31 - (afabiani ) - #3180 restoring angular 1.4.0
* [573a6a9c3] 2018-07-31 - (afabiani ) Merge branch 'master' of https://github.com/GeoNode/geonode
Expand Down
2 changes: 1 addition & 1 deletion package/support/geonode.binary
@@ -1,6 +1,6 @@
#!/bin/bash

DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE:-geonode.settings}
DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE:-geonode.local_settings}

if [ -n "$WORKON_HOME" ]; then
DJANGO_ADMIN_CMD=$WORKON_HOME/bin/django-admin >/dev/null 2>/dev/null
Expand Down

0 comments on commit 7411022

Please sign in to comment.