Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Feb 4, 2021
1 parent cce9ae4 commit 46156df
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

install:
- ./install-test.sh
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ backward incompatible changes will start to apply when the projects goes 1.0

## [Unreleased]


## [0.13.0] (released: 2020-02-04)

### Changed

- Optimized calculating line/column from a position ([#131]). Thanks
Expand Down Expand Up @@ -366,7 +369,8 @@ backward incompatible changes will start to apply when the projects goes 1.0
[#20]: https://github.com/igordejanovic/parglare/issues/20


[Unreleased]: https://github.com/igordejanovic/parglare/compare/0.12.0...HEAD
[Unreleased]: https://github.com/igordejanovic/parglare/compare/0.13.0...HEAD
[0.13.0]: https://github.com/igordejanovic/parglare/compare/0.12.0...0.13.0
[0.12.0]: https://github.com/igordejanovic/parglare/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/igordejanovic/parglare/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/igordejanovic/parglare/compare/0.9.2...0.10.0
Expand Down
2 changes: 1 addition & 1 deletion docs/about/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Before you submit a pull request, check that it meets these guidelines:

1. The pull request should include tests.
2. If the pull request adds/changes functionality, the docs should be updated.
3. The pull request should work for Python 3.4-3.8. Check
3. The pull request should work for Python 3.4-3.9. Check
https://travis-ci.org/igordejanovic/parglare/pull_requests and make sure that
the tests pass for all supported Python versions.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ MIT

## Python versions

Tested with 3.4-3.8
Tested with 3.4-3.9
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent

[options]
Expand Down

0 comments on commit 46156df

Please sign in to comment.