Skip to content

Commit

Permalink
release 4.0.4 as 5.0.0
Browse files Browse the repository at this point in the history
5.0.0 is the same release as 4.0.4. It is being released as its own
major version, because 4.0.1 had BREAKING CHANGES and should have been
its own release. This 5.0.0 version is simply being used to call
attention to the BREAKING CHANGES in 4.0.1.

NOTE: We will probably not go through the effort of releasing 4.0.5
to revert back to 4.0.0.

Additionally, the travis config was breaking on tagged releases because
it was trying to deploy twice. This should also fix that problem.
  • Loading branch information
robrap committed Mar 16, 2020
1 parent cd7a92f commit 1776f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ deploy:
on:
tags: true
python: 3.5
condition: "$TOXENV = django111-drf39"
condition: "$TOXENV = django22-drf39" # This env should NOT match the one used for AFTER_SUCCESS
2 changes: 1 addition & 1 deletion edx_rest_framework_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" edx Django REST Framework extensions. """

__version__ = '4.0.4' # pragma: no cover
__version__ = '5.0.0' # pragma: no cover

0 comments on commit 1776f4f

Please sign in to comment.