Skip to content

Commit 5faa35f

Browse files
committed
chore: bump version to 0.6.1
1 parent 7488ba8 commit 5faa35f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

RELEASE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# [](https://github.com/standy66/purerpc/compare/v0.6.0...v) (2020-04-13)
1+
# [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)
212

313
### Features
414

src/purerpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)