Skip to content

Commit

Permalink
Bump version, add changelog for 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed May 20, 2019
1 parent f85d335 commit cc61b31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc61b31

Please sign in to comment.