Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
CHANGELOG updated
· 003945ff
guglielmo
authored
Dec 18, 2017
003945ff
Bump version: 0.5.0 → 0.5.1
· b1c4353a
guglielmo
authored
Dec 18, 2017
b1c4353a
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
b1c4353a
[bumpversion]
current_version
= 0.5.
0
current_version
= 0.5.
1
commit
= True
[bumpversion:file:web/opdm_service/__init__.py]
...
...
CHANGELOG.md
View file @
b1c4353a
...
...
@@ -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
...
...
web/opdm_service/__init__.py
View file @
b1c4353a
"
The Openpolis Data Manager service package (the backend)
"
__version__
=
'
0.5.
0
'
__version__
=
'
0.5.
1
'