Skip to content

Commit c54c81d

Browse files
committed
chore: release 3.4
1 parent 82d568c commit c54c81d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ Bugfixes (win32):
712712
- [#194] spurious write fails with ERROR_SUCCESS
713713

714714

715-
Version 3.4 2017-07-xx
715+
Version 3.4 2017-07-22
716716
------------------------
717717
Improvements:
718718

@@ -725,7 +725,7 @@ Improvements:
725725
Bugfixes:
726726

727727
- [#153] list_ports: option to include symlinked devices
728-
- [#237] workaround for special characters in port names in port list
728+
- [#237] list_ports: workaround for special characters in port names
729729

730730
Bugfixes (posix):
731731

documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '3.3'
48+
version = '3.4'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '3.3'
50+
release = '3.4'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

serial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from serial.serialutil import *
1414
#~ SerialBase, SerialException, to_bytes, iterbytes
1515

16-
__version__ = '3.3'
16+
__version__ = '3.4'
1717

1818
VERSION = __version__
1919

0 commit comments

Comments
 (0)