Skip to content

Commit

Permalink
Prepare release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke Janssen committed Aug 27, 2017
1 parent 7655700 commit d399ee4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.rst
@@ -1,12 +1,13 @@
Changelog
=========

0.1.5 (XX-XX-XXXX)
0.1.5 (27-08-2017)
------------------

- Added `appveyor` to the CI to ensure MSSQL compatibility
- Added a settings example file to the sandbox environment to ease the contribution setup
- Added documentation on ``Contributing to Wagtailtrans``
- Added `appveyor` to the CI to ensure MSSQL compatibility
- Added a settings example file to the sandbox environment to ease the contribution setup
- Added documentation on ``Contributing to Wagtailtrans``
- Fix: language admin view throwing an exception with ``WAGTAILTRANS_LANGUAGES_PER_SITE`` set to ``True``


0.1.4 (03-07-2017)
Expand Down
13 changes: 5 additions & 8 deletions docs/source/releases/0.1.5.rst
@@ -1,6 +1,6 @@
=================================================
Wagtailtrans 0.1.5 release notes - IN DEVELOPMENT
=================================================
================================
Wagtailtrans 0.1.5 release notes
================================

.. contents::
:local:
Expand All @@ -11,15 +11,12 @@ Wagtailtrans 0.1.5 release notes - IN DEVELOPMENT
What is new
-----------


This release mainly fixes a blocking issue and adds some convenience updates for development.

Features
~~~~~~~~

- Added `appveyor` to the CI to ensure MSSQL compatibility
- Added a settings example file to the sandbox environment to ease the contribution setup
- Added documentation on ``Contributing to Wagtailtrans``

------------------------------
Backwards incompatible changes
------------------------------
- Fix: language admin view throwing an exception with ``WAGTAILTRANS_LANGUAGES_PER_SITE`` set to ``True``
2 changes: 1 addition & 1 deletion src/wagtailtrans/__init__.py
Expand Up @@ -2,7 +2,7 @@

default_app_config = 'wagtailtrans.apps.WagtailTransConfig'

VERSION = (0, 1, 5, 'dev0')
VERSION = (0, 1, 5, 'final')

WAGTAILTRANS_TEMPLATE_DIR = path.join(path.dirname(__file__), 'templates')

Expand Down

0 comments on commit d399ee4

Please sign in to comment.