Skip to content

Commit 7316b2e

Browse files
author
afabiani
committed
- Bump to version 3.3.2.post2
1 parent af1e111 commit 7316b2e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## [3.3.2.post1](https://github.com/GeoNode/geonode/tree/3.3.2) (2022-06-08)
3+
## [3.3.2.post2](https://github.com/GeoNode/geonode/tree/3.3.2.post2) (2022-06-12)
4+
5+
<li> Fri Jun 10 17:58:47 2022 +0200: Alessio Fabiani <a href=https://github.com/GeoNode/geonode/commit/af1e1114d444edb40d1b92da1d33322675a6e31c target=blank>[Fixes #9500] OWS Url wrong for INDEXED Remote Services (#9501)</a></li>
6+
<li> Fri Jun 10 17:58:33 2022 +0200: Alessio Fabiani <a href=https://github.com/GeoNode/geonode/commit/08453bb39c1cf78175a6780d9cb2447814a40b9a target=blank>[Fixes #9498] Documents, Maps and GeoApps permissions are not persisted on GeoNode (#9499)</a></li>
7+
8+
## [3.3.2.post1](https://github.com/GeoNode/geonode/tree/3.3.2.post1) (2022-06-08)
49

510
<li> Wed Jun 8 14:48:30 2022 +0200: Alessio Fabiani <a href=https://github.com/GeoNode/geonode/commit/064e69ef5cfe1421854eae4753d5c502dd7287b5 target=blank>[Fixes #9492] Default Style uploading and editing throw errors (#9493)</a></li>
611

geonode/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import os
2121

22-
__version__ = (3, 3, 2, 'post', 1)
22+
__version__ = (3, 3, 2, 'post', 2)
2323

2424

2525
default_app_config = "geonode.apps.AppConfig"

0 commit comments

Comments
 (0)