Skip to content

Commit

Permalink
- Bump version to 3.2.3 on __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Dec 16, 2021
1 parent 067aeb9 commit fb81c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import os

__version__ = (3, 2, 2, 'final', 0)
__version__ = (3, 2, 3, 'final', 0)


default_app_config = "geonode.apps.AppConfig"
Expand Down

0 comments on commit fb81c83

Please sign in to comment.