Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Apr 3, 2019
1 parent 4ce973d commit 07cb0a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: easyavro
version: "2.2.0"
version: "2.3.0"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion easyavro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .consumer import EasyAvroConsumer
from .producer import EasyAvroProducer, schema

__version__ = "2.2.0"
__version__ = "2.3.0"


__all__ = [
Expand Down

0 comments on commit 07cb0a2

Please sign in to comment.