-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hotfix/v0.2.2: Hotfix to get travis ci to deploy automatically to pypi. This release: * Updates Django versions being tested to get the latest in a major 1.x release line via comparison operators * Makes Django 1.10.x the last item in the list * Fix distributions list to be part of the deploy block instead of part of the “on” block * Add a condition to release to PyPi once, only when the Django version is 1.10.x # Conflicts: # .travis.yml # setup.py
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
setup( | ||
name='dj-log-config-helper', | ||
version='0.2.1', | ||
version='0.2.2', | ||
url='https://github.com/Harvard-University-iCommons/dj-log-config-helper', | ||
author='Jaime Bermudez', | ||
author_email='[email protected]', | ||
|