Skip to content

Commit

Permalink
2.0.2 small fix release
Browse files Browse the repository at this point in the history
small oversight that linting should have caught, WIP, but
this exception only happens when the client is being disconnected
in my experience, anyway.
  • Loading branch information
jquast committed Mar 31, 2023
1 parent 970c07f commit c81b598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
version = "2.0"

# The full version, including alpha/beta/rc tags.
release = "2.0.1"
release = "2.0.2"

# The language for content auto-generated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
History
=======
2.0.2
* bugfix: NameError: name 'sleep' is not defined in stream_writer.py

2.0.1
* bugfix: "write after close" is disregarded, caused many errors logged in socket.send()
* bugfix: in accessories.repr_mapping() about using shlex.quote on non-str,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _get_long_description(fname, encoding="utf8"):
setup(
name="telnetlib3",
# keep in sync w/docs/conf.py manually for now, please!
version="2.0.1",
version="2.0.2",
url="http://telnetlib3.rtfd.org/",
license="ISC",
author="Jeff Quast",
Expand Down

0 comments on commit c81b598

Please sign in to comment.