summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-20 12:07:50 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-20 12:07:50 +0200
commitcc61b31265a6eaf5a63ebfe807cbf6a29c35358a (patch)
treed469121f8e61405fb4ae1ba3971b285be1b09a51
parentf85d335cbe5f26e75b90f6e7ee95c07f151b7cb9 (diff)
downloadwarlock-cc61b31265a6eaf5a63ebfe807cbf6a29c35358a.tar.gz
Bump version, add changelog for 1.3.31.3.3release1.3.3
-rw-r--r--CHANGELOG.md10
-rw-r--r--setup.py2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4a5ced..19e8631 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [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
@@ -43,7 +50,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
diff --git a/setup.py b/setup.py
index 1cdd01a..4a1db4a 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ def read(fname):
setuptools.setup(
name="warlock",
- version="1.3.2",
+ version="1.3.3",
description="Python object model built on JSON schema and JSON patch.",
long_description=read("README.md"),
long_description_content_type="text/markdown",