Skip to content

Commit

Permalink
Release 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Dec 5, 2018
1 parent a6f9932 commit c4fd63d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.31 - 2018-12-05
* [BUGFIX] Ensure that invalid annotations are caught #113
* [CHANGES] Bump Python to 3.6 and use Pipfile for easier development onboarding #109
* [CHANGES] Update Django version #107
* [ENHANCEMENT] Add 'owner' field for Projects and Services #111
* [ENHANCEMENT] Initial read-only API provided by django-rest-framework #112
* [ENHANCEMENT] New homepage to show subscribed services #105
* [ENHANCEMENT] Refactor to support Project and Site rule exports #104
* [ENHANCEMENT] Support adding exporter defaults from admin gui #114

## v0.30 - 2018-09-02

* [BUGFIX] Fix for missing promtool validation error #103
Expand Down
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.31.dev'
__version__ = '0.31'

0 comments on commit c4fd63d

Please sign in to comment.