Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Keda87 committed Oct 26, 2017
1 parent 131053e commit 17f3fb8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO="django>=1.7,<1.8"
- DJANGO="django>=1.8,<1.9"
- DJANGO="django>=1.9,<1.10"
- DJANGO="django>=1.10,<2.0"
install:
- "pip install django-indonesia-regions"
- "pip install ${DJANGO}"
script:
- "python manage.py test"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# django-indonesia-regions
[![Build Status](https://travis-ci.org/Keda87/django-indonesia-regions.svg?branch=master)](https://travis-ci.org/Keda87/django-indonesia-regions)

Pluggable django apps provide indonesian regions database.

The data originally was from [Wilayah Administratif Indonesia](https://github.com/edwardsamuel/Wilayah-Administratif-Indonesia)
The data originally was from [Wilayah Administratif Indonesia](https://github.com/edwardsamuel/Wilayah-Administratif-Indonesia).

# Quick Start
1. Install it through pip.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-indonesia-regions',
version='1.0.5',
version='1.0.6',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand All @@ -26,5 +26,6 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit 17f3fb8

Please sign in to comment.