Skip to content

Commit

Permalink
Merge pull request #64 from briehl/develop
Browse files Browse the repository at this point in the history
Release notes and version 1.0.0
  • Loading branch information
briehl committed Feb 19, 2019
2 parents bb20bbf + 8e90a7d commit 8dffc2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
KBase Feeds Service

### Version 1.0.0
- First public release!
- Supports adding notifications from other KBase services.
- Notifications are sent directly to users, no subscription model yet.
- Notifications can also be binned into groups.
- See README.md for API details.
2 changes: 1 addition & 1 deletion feeds/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
log_error
)

VERSION = "0.2.1"
VERSION = "1.0.0"

try:
from feeds import gitcommit
Expand Down

0 comments on commit 8dffc2f

Please sign in to comment.