Skip to content

Commit

Permalink
Release 1.0 (#35)
Browse files Browse the repository at this point in the history
* Update test matrix
* Release 1.0
  • Loading branch information
loicteixeira authored Mar 9, 2018
1 parent a8d42bb commit 90be033
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ cache:
matrix:
# See `Which version combinations to include in Travis test matrix?` in `/docs/README.md`.
include:
- env: TOXENV=py34-dj2-wt2b
- env: TOXENV=py34-dj2-wt2
python: 3.4
- env: TOXENV=py35-dj2-wt2b
- env: TOXENV=py35-dj2-wt2
python: 3.5
- env: TOXENV=py36-dj111-wt2b
- env: TOXENV=py36-dj111-wt2
python: 3.6
- env: TOXENV=py36-dj2-wt2b
- env: TOXENV=py36-dj2-wt2
python: 3.6
install:
- pip install tox coveralls
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0] - 2018-03-09

### Removed
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)

Expand Down Expand Up @@ -84,7 +86,8 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib

Initial Release

[Unreleased]: https://github.com/springload/wagtailgmaps/compare/v0.4...HEAD
[Unreleased]: https://github.com/springload/wagtailgmaps/compare/v1.0...HEAD
[1.0]: https://github.com/springload/wagtailgmaps/compare/v0.4...v1.0
[0.4]: https://github.com/springload/wagtailgmaps/compare/v0.3.1...v0.4
[0.3.1]: https://github.com/springload/wagtailgmaps/compare/v0.3...v0.3.1
[0.3]: https://github.com/springload/wagtailgmaps/compare/v0.2.5...v0.3
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
skipsdist = True
usedevelop = True
envlist =
py{34,35,36}-dj{111,2}-wt{2b}
py{34,35,36}-dj{111,2}-wt{2}

[testenv]
install_command = pip install -e ".[testing]" -U {opts} {packages}
Expand All @@ -22,7 +22,7 @@ basepython =
deps =
dj111: Django>=1.11,<2.0
dj2: Django>=2.0,<2.1
wt2b: wagtail==2.0b1
wt2: wagtail>=2.0,<2.1

commands =
make lint
Expand Down
2 changes: 1 addition & 1 deletion wagtailgmaps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'wagtailgmaps'
__version__ = '0.4'
__version__ = '1.0'
__author__ = 'Springload'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Springload'

0 comments on commit 90be033

Please sign in to comment.