Skip to content

Commit

Permalink
Merge pull request #62 from cprogrammer1994/next-version
Browse files Browse the repository at this point in the history
bump to version 0.9.2
  • Loading branch information
adamlwgriffiths authored Jul 19, 2017
2 parents 53c6be2 + 3934557 commit 34177c9
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](http://semver.org/).

## [Unreleased]

## [0.9.2] - 2017-07-18
### Added
- Add `pyrr.vector3.generate_vertex_normals`

### Fixed
- Fix ignored `normalize_result` in `pyrr.vector3.generate_normals`

## [0.9.1] - 2017-07-06
### Fixed
- Fix `dtype` to numpy array conversion.
Expand Down Expand Up @@ -204,7 +211,8 @@ vector and therefore returning incorrect results.
* Remove matrix33.apply_scale. Function was a duplicate of matrix33.create_from_scale
with an incorrect name.

[Unreleased]: https://github.com/adamlwgriffiths/Pyrr/compare/0.9.1...master
[Unreleased]: https://github.com/adamlwgriffiths/Pyrr/compare/0.9.2...master
[0.9.2]: https://github.com/adamlwgriffiths/Pyrr/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/adamlwgriffiths/Pyrr/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/adamlwgriffiths/Pyrr/tree/0.9.0
[0.8.4]: https://github.com/adamlwgriffiths/Pyrr/compare/0.8.3...0.8.4
Expand Down
2 changes: 1 addition & 1 deletion pyrr/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# the version of software
# this is used by the setup.py script
__version__ = '0.9.1'
__version__ = '0.9.2'

0 comments on commit 34177c9

Please sign in to comment.