Skip to content
Commits on Source (2)
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
[bumpversion:file:web/opdm_service/__init__.py]
......
......@@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.5.1]
### Fixed
- one label in Post was corrected, for posts imported from openpolis
## [0.5.0]
### Added
- api endpoints, documentations and coreapi schema implemented for:
- areas
- organizations
- persons
- memberships
- posts
## [0.4.1]
### Changed
- Local Administration import refactored, so that the locations
are fetched from Area, not requested to openpolis api
......
"The Openpolis Data Manager service package (the backend)"
__version__ = '0.5.0'
__version__ = '0.5.1'