Skip to content

Commit

Permalink
Release 0.2 (#14)
Browse files Browse the repository at this point in the history
* Bump version
* Update classifiers
* Update changelog
  • Loading branch information
loicteixeira authored Jan 27, 2019
1 parent d21aaff commit d89aa97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ 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](https://github.com/tomdyson/wagtail-netlify/compare/v0.1...HEAD)
## [Unreleased](https://github.com/tomdyson/wagtail-netlify/compare/v0.2...HEAD)

...

## [v0.2](https://github.com/tomdyson/wagtail-netlify/compare/v0.1...v0.2)

### Added

- Wagtail 2.0 compatibility
- Wagtail 2.0 compatibility #4

### Fixed

- Prevent modification of Deployment objects #2
- Prevent registration of Deployment modeladmin when the modeladmin app isn't installed #3

## [v0.1](https://github.com/tomdyson/wagtail-netlify/compare/f8f45701f43e28e238fc64aceea07dd1900343fc...v0.1)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Framework :: Django",
"Framework :: Wagtail",
"Framework :: Wagtail :: 1",
"Framework :: Wagtail :: 2",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion wagtailnetlify/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1'
__version__ = '0.2'

0 comments on commit d89aa97

Please sign in to comment.