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

Version 1.14.3

parent 7717e54b
No related branches found
No related tags found
No related merge requests found
pyrcb
=====
 
Version 1.14.2
Version 1.14.3
 
*NOTE: Development has moved to [pyrcb2]. pyrcb is no longer under active
development, except for bug fixes.*
Loading
Loading
@@ -29,7 +29,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.14.2**, which was released on 2016-12-11.
The current version of pyrcb is **1.14.3**, which was released on 2017-01-04.
See the [changelog] for more information.
 
[this guide]: https://pyrcb.readthedocs.io/guide.html
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2007-2016 by the Sphinx team
# (see https://github.com/sphinx-doc/sphinx/blob/master/AUTHORS).
# Copyright (c) 2015-2016 nickolas360 <contact@nickolas360.com>
# Copyright (c) 2015-2017 nickolas360 <contact@nickolas360.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Loading
Loading
@@ -88,7 +88,7 @@ author = 'nickolas360'
# The short X.Y version.
version = '1.14'
# The full version, including alpha/beta/rc tags.
release = '1.14.2'
release = '1.14.3'
 
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Loading
Loading
@@ -99,7 +99,7 @@ language = None
 
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'December 11, 2016'
today = 'January 4, 2017'
# Else, today_fmt is used as the format for a strftime call.
# today_fmt = '%B %d, %Y'
 
Loading
Loading
Loading
Loading
@@ -37,7 +37,7 @@ 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.14.2**, which was released on 2016-12-11.
The current version of pyrcb is **1.14.3**, which was released on 2017-01-04.
See the :doc:`changelog <release-notes/1.14/changelog>` for more information.
 
Source code for pyrcb (including this documentation) is available at
Loading
Loading
# -*- coding: utf-8 -*-
# Copyright (C) 2015-2016 nickolas360 <contact@nickolas360.com>
# Copyright (C) 2015-2017 nickolas360 <contact@nickolas360.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Loading
Loading
@@ -37,7 +37,7 @@ import traceback
import time
import warnings
 
__version__ = "1.14.2"
__version__ = "1.14.3"
 
# 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