Skip to content

Commit

Permalink
ENT-191 Adding all integrated channels files to be included in MANIFE…
Browse files Browse the repository at this point in the history
…ST.in

This file controls what gets pulled down from the package, and we were missing
our migration files for the new apps, which was causing some mild mayhem.
  • Loading branch information
brittneyexline committed Mar 3, 2017
1 parent ca0c0f8 commit 86b3449
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Change Log
Unreleased
----------

[0.26.3] - 2017-03-02
---------------------

* Added integrated_channels to MANIFEST.in to properly include migrations for the new packages.

[0.26.2] - 2017-03-02
---------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include CONTRIBUTING.rst
include LICENSE.txt
include README.rst
recursive-include enterprise *.html *.png *.gif *js *.css *jpg *jpeg *svg *py *.txt
recursive-include integrated_channels *.html *.png *.gif *js *.css *jpg *jpeg *svg *py *.txt
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import, unicode_literals

__version__ = "0.26.2"
__version__ = "0.26.3"

default_app_config = "enterprise.apps.EnterpriseConfig" # pylint: disable=invalid-name

0 comments on commit 86b3449

Please sign in to comment.