Skip to content

Commit

Permalink
ENT-1321 Fix version increment (#552)
Browse files Browse the repository at this point in the history
* ENT-1321 Fix version increment

* Fix docs
  • Loading branch information
crice100 authored Aug 20, 2019
1 parent 58a0540 commit 39b3aa9
Show file tree
Hide file tree
Showing 2 changed files with 6 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
----------

[1.9.3] - 2019-08-20
--------------------

* Fix for include course run dates and pacing type in the course description sent to SAP. Prior release (1.9.2) did not include bumping the version in __init__.py.

[1.9.2] - 2019-08-20
--------------------

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__ = "1.9.1"
__version__ = "1.9.3"

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

0 comments on commit 39b3aa9

Please sign in to comment.