Skip to content

Commit

Permalink
Merge pull request #55 from ucsd-ets/danial/bump-minor-version
Browse files Browse the repository at this point in the history
Bump minor version to 0.14.0
  • Loading branch information
danialmalik authored Jul 28, 2020
2 parents f24688a + 2e74096 commit af1ae78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Installation
To install **openedx-caliper-tracking** in your Open edX instance, please add the following line to your ``requirements file``. (For most Open edX installations it should be located at ``edx-platform/requirements/edx/base.txt``).
::

openedx-caliper-tracking==0.13.0
openedx-caliper-tracking==0.14.0

For manual installation:
::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='openedx-caliper-tracking',
version='0.13.0',
version='0.14.0',
packages=find_packages(),
include_package_data=True,
license='GPL 3.0',
Expand Down

0 comments on commit af1ae78

Please sign in to comment.