Skip to content

Commit

Permalink
Merge pull request #11 from liminspace/develop
Browse files Browse the repository at this point in the history
Release 0.0.14
  • Loading branch information
liminspace authored Aug 7, 2018
2 parents b82a3b0 + 92aa3a9 commit 097ba61
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pyup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branch: develop
schedule: "every day"
schedule: "every week on wednesday"
search: False

requirements:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ env:
- DJANGO_VERSION="<1.11"
- DJANGO_VERSION="<1.12"
- DJANGO_VERSION="<2.1"
- DJANGO_VERSION="<2.2"

matrix:
exclude:
- { python: "2.7", env: DJANGO_VERSION="<2.1" }
- { python: "2.7", env: DJANGO_VERSION="<2.2" }

install:
- pip install -U -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.0.1 (2017-)
0.0.14 (2018-08-07)
=============
* First release
* Added supporting Django 2.1
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pip==10.0.1
pip==18.0
setuptools==40.0.0
wheel==0.31.1
twine==1.11.0

django<2.1
django-rosetta==0.8.1
requests==2.19.1
polib==1.1.0
django<2.2
django-rosetta>=0.7.14
requests>=2.15.1
polib>=1.1.0
coverage==4.5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_package_data=True,
zip_safe=False, # because include static
install_requires=[
'django>=1.8,<2.1',
'django>=1.8,<2.2',
'django-rosetta>=0.7.14',
'requests>=2.15.1',
'polib>=1.1.0',
Expand Down
2 changes: 1 addition & 1 deletion transtool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.0.13'
__version__ = '0.0.14'

default_app_config = 'transtool.apps.TrantoolConfig'

0 comments on commit 097ba61

Please sign in to comment.