summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-11-02 15:11:30 +0100
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 15:11:30 +0100
commit4b88acb9ddefa415070133e810b6ca5bfab90745 (patch)
tree2d1d9c637c3015a405f8cd37124c102f3944734e
parent23b81eaac3c59c3a4359b87381474c203b8d1957 (diff)
parentcc61b31265a6eaf5a63ebfe807cbf6a29c35358a (diff)
downloadwarlock-4b88acb9ddefa415070133e810b6ca5bfab90745.tar.gz
Merge branch 'release1.3.3'
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md10
2 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a7dfcf3..5eafa8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,6 @@ jobs:
after_success:
- coveralls
-
- stage: linting
python: 3.7
dist: xenial
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50dfc19..ad1b033 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Replace setuptools with poetry for packaging and dependency management
+## [1.3.3] - 2019-05-20
+### Fixed
+- setup.py failing for Python 2.7. #41
+
+### Added
+- Test run of setup.py in develop mode for installing requirements, sanity check. Relates to #41
+
## [1.3.2] - 2019-05-20
### Fixed
- README failed parsing in non utf-8 environments. Enforce encoding. #37
@@ -45,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.8.0] - 2013-01-21
## [0.7.0] - 2012-11-26
-[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.2...HEAD
+[Unreleased]: https://github.com/bcwaldon/warlock/compare/v1.3.3...HEAD
+[1.3.3]: https://github.com/bcwaldon/warlock/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/bcwaldon/warlock/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/bcwaldon/warlock/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/bcwaldon/warlock/compare/1.2.0...1.3.0