Skip to content

Commit

Permalink
Cpappas/ent 2552 part 3 (#700)
Browse files Browse the repository at this point in the history
* Adding in contact_email to admin form on enterprisecustomer form

* bumping version
  • Loading branch information
christopappas authored Jan 31, 2020
1 parent c1cf053 commit edc9ea1
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 @@ -11,6 +11,11 @@ Change Log

.. There should always be an "Unreleased" section for changes pending release.
[2.3.2] - 2020-01-31
--------------------

* Adding contact_email to enterprisecustomer admin form

[2.3.1] - 2020-01-29
---------------------

Expand Down
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__ = "2.3.1"
__version__ = "2.3.2"

default_app_config = "enterprise.apps.EnterpriseConfig" # pylint: disable=invalid-name
1 change: 1 addition & 0 deletions enterprise/admin/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ class Meta:
"enable_learner_portal",
"learner_portal_hostname",
"enable_portal_reporting_config_screen",
"contact_email",
)


Expand Down

0 comments on commit edc9ea1

Please sign in to comment.