Skip to content

Commit b773c7b

Browse files
committed
chore: bump version to 0.3.0
1 parent 38f72ce commit b773c7b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

RELEASE.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [Release 0.3.0](https://github.com/standy66/purerpc/compare/v0.2.1...v0.3.0) (2019-02-14)
2+
3+
4+
### Features
5+
6+
* expose new functions in purerpc.test_utils ([07b10e1](https://github.com/standy66/purerpc/commit/07b10e1))
7+
* migrate to pytest ([95c0a8b](https://github.com/standy66/purerpc/commit/95c0a8b))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* purerpc.test_utils.PureRPCTestCase is removed
13+
14+
15+
116
# [Release 0.2.0](https://github.com/standy66/purerpc/compare/v0.1.6...v0.2.0) (2019-02-10)
217

318

src/purerpc/_version.py

+1-1
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.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)