Skip to content

Commit 0139dd7

Browse files
committed
Merge branch 'release/1.0.0' into python3.4
2 parents ec27e69 + ec75915 commit 0139dd7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CloudBot [![Build Status](https://travis-ci.org/CloudBotIRC/CloudBot.svg?branch=python3.4)](https://travis-ci.org/CloudBotIRC/CloudBot) [![Coverage Status](https://coveralls.io/repos/CloudBotIRC/CloudBot/badge.png?branch=python3.4)](https://coveralls.io/r/CloudBotIRC/CloudBot?branch=python3.4)
1+
# CloudBot [![Build Status](https://travis-ci.org/CloudBotIRC/CloudBot.svg?branch=master)](https://travis-ci.org/CloudBotIRC/CloudBot) [![Coverage Status](https://coveralls.io/repos/CloudBotIRC/CloudBot/badge.png?branch=master)](https://coveralls.io/r/CloudBotIRC/CloudBot?branch=master)
22

33
CloudBot Refresh is the newest generation of CloudBot, the fun, fast, extendable Python IRC bot!
44

@@ -51,6 +51,9 @@ If you think you have found a bug/have a idea/suggestion, please **open a issue*
5151

5252
You can find a number of example bots in [#CloudBot](irc://irc.esper.net/cloudbot "Connect via IRC to #CloudBot on irc.esper.net").
5353

54+
## Changelog
55+
- **1.0.0** - Initial stable release
56+
5457
## License
5558

5659
CloudBot is **licensed** under the **GPL v3** license. The terms are as follows.

cloudbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import logging
1212
import os
1313

14-
__version__ = "0.1.1.dev0"
14+
__version__ = "1.0.0 Stable"
1515

1616
__all__ = ["util", "bot", "connection", "config", "permissions", "plugin", "event", "hook", "log_dir"]
1717

0 commit comments

Comments
 (0)