Skip to content
Snippets Groups Projects
Commit df1ab534 authored by nickolas360's avatar nickolas360
Browse files

Update version to 1.14.0

parent 569bc71b
No related branches found
No related tags found
No related merge requests found
pyrcb
=====
 
Version 1.13.1
Version 1.14.0
 
**pyrcb** is a simple, self-contained, extendable library for building IRC
bots. It isn't a full implementation of IRC, but rather provides everything
Loading
Loading
@@ -24,7 +24,7 @@ Documentation for pyrcb is available at <https://pyrcb.readthedocs.io/>. If
you're new to pyrcb, start with [this guide] and take a look at the
[examples](examples/).
 
The current version of pyrcb is **1.13.1**, which was released on 2016-07-22.
The current version of pyrcb is **1.13.1**, which was released on 2016-10-14.
See the [changelog] for more information.
 
[this guide]: https://pyrcb.readthedocs.io/guide.html
Loading
Loading
Loading
Loading
@@ -86,9 +86,9 @@ author = 'nickolas360'
# built documents.
#
# The short X.Y version.
version = '1.13'
version = '1.14'
# The full version, including alpha/beta/rc tags.
release = '1.13.1'
release = '1.14.0'
 
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Loading
Loading
Loading
Loading
@@ -32,8 +32,8 @@ needed to easily create bots.
pyrcb is compatible with Python 2.7 and Python 3.1 or higher. SSL/TLS support
requires at least Python 2.7.9 or Python 3.2 (see :meth:`~IRCBot.connect`).
 
The current version of pyrcb is **1.13.1**, which was released on 2016-07-22.
See the :doc:`changelog <release-notes/1.13/changelog>` for more information.
The current version of pyrcb is **1.14.0**, which was released on 2016-10-14.
See the :doc:`changelog <release-notes/1.14/changelog>` for more information.
 
Source code for pyrcb (including this documentation) is available at
`<https://github.com/nickolas360/pyrcb>`_.
Loading
Loading
Loading
Loading
@@ -37,7 +37,7 @@ import traceback
import time
import warnings
 
__version__ = "1.13.1"
__version__ = "1.14.0"
 
# ustr is unicode in Python 2 (because of unicode_literals)
# and str in Python 3.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment