We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7488ba8 commit 5faa35fCopy full SHA for 5faa35f
RELEASE.md
@@ -1,4 +1,14 @@
1
-# [](https://github.com/standy66/purerpc/compare/v0.6.0...v) (2020-04-13)
+# [Release 0.6.1](https://github.com/standy66/purerpc/compare/v0.6.0...v0.6.1) (2020-04-13)
2
+
3
4
+### Bug Fixes
5
6
+* build in PyPy 3.6, remove 3.5 builds from CI ([d1bcc9d](https://github.com/standy66/purerpc/commit/d1bcc9d))
7
+* remove CPython 3.5 builds ([7488ba8](https://github.com/standy66/purerpc/commit/7488ba8))
8
9
10
11
+# [Release 0.6.0](https://github.com/standy66/purerpc/compare/v0.5.2...v0.6.0) (2020-04-13)
12
13
### Features
14
src/purerpc/_version.py
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments