Skip to content

Commit

Permalink
BUmp to 4.1.x (#11371)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Aug 11, 2023
1 parent 654144a commit 2d832ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log

## [4.1.1](https://github.com/GeoNode/geonode/tree/4.1.0) (2023-06-05)
## [4.1.2](https://github.com/GeoNode/geonode/tree/4.1.2) (2023-08-11)
## Bug Fixes
- Upgrade to importer 1.0.5 which fixes the import with filenames longer then 63 chars
- Fixed parsing and rendering of ISO TC211 spatial representetion type
## [4.1.1](https://github.com/GeoNode/geonode/tree/4.1.1) (2023-06-05)
## Security and Bug Fixes
- Upgrade to Ubuntu 22.10
- Upgrade to Django 3.2.20
Expand Down
2 changes: 1 addition & 1 deletion geonode/__init__.py
Expand Up @@ -19,7 +19,7 @@

import os

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


default_app_config = "geonode.apps.AppConfig"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -88,8 +88,8 @@ pinax-notifications==6.0.0
pinax-ratings==4.0.0

# GeoNode org maintained apps.
-e git+https://github.com/GeoNode/geonode-mapstore-client.git@4.1.x#egg=django_geonode_mapstore_client
-e git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer
django-geonode-mapstore-client==4.1.1
geonode-importer==1.0.5
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
Expand Up @@ -114,8 +114,8 @@ install_requires =
pinax-ratings==4.0.0

# GeoNode org maintained apps.
django-geonode-mapstore-client>=4.1.1
geonode-importer>=1.0.4
django-geonode-mapstore-client==4.1.1
geonode-importer==1.0.5
geonode-avatar==5.0.8
geonode-oauth-toolkit==2.2.2
geonode-user-messages==2.0.2
Expand Down

0 comments on commit 2d832ac

Please sign in to comment.