Skip to content

Commit

Permalink
ENT-2117 fix | updates MANIFEST.in to create proper egg for distribut…
Browse files Browse the repository at this point in the history
…ion. This version also includes some unreleased fixes for types and an image link (openedx#551)
  • Loading branch information
christopappas authored Aug 19, 2019
1 parent 316da6c commit 53a6767
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 @@ -13,6 +13,11 @@ Change Log
Unreleased
----------

[1.9.1] - 2019-08-19
--------------------

* Added enterprise_learner_portal to MANIFEST.in file to recursively grab files app on build
* Minor fixes to typos and an image link

[1.9.0] - 2019-08-12
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include CONTRIBUTING.rst
include LICENSE.txt
include README.rst
recursive-include enterprise *.html *.png *.gif *js *.css *jpg *jpeg *svg *py *.txt
recursive-include enterprise_learner_portal *.html *.png *.gif *js *.css *jpg *jpeg *svg *py *.txt
recursive-include integrated_channels *.html *.png *.gif *js *.css *jpg *jpeg *svg *py *.txt
recursive-include consent *.html *.png *.gif *js *.css *jpg *jpeg *svg *py *.txt
recursive-include requirements *.txt *.in
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__ = "1.9.0"
__version__ = "1.9.1"

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

0 comments on commit 53a6767

Please sign in to comment.