Bump version to v0.6.2 and update changelog

This commit is contained in:
Jason Paryani
2017-11-30 22:08:01 -08:00
parent 6831626a8e
commit add8af4bc9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
## v0.6.2 (2017-11-30)
- Add support for buffers/memoryviews in `from_bytes` (thanks to @aldanor)
## v0.6.1 (2017-07-27) ## v0.6.1 (2017-07-27)
- Fixed upload to PyPi (forgot to cythonize) - Fixed upload to PyPi (forgot to cythonize)

View File

@@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 0 MAJOR = 0
MINOR = 6 MINOR = 6
MICRO = 1 MICRO = 2
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)