Skip to content

Commit

Permalink
Release 4.1.4 CHANGELOG.rst and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jan 30, 2020
1 parent 56e7687 commit 4cf2f5e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.1.4
-----
Date: 1.30.2020

- Merged 3.7 and 3.8 teleportatio compat enhancement `#371`_
- Fixed connection hanging due to namepack cursor `#369`_
- Fixed test dependencies and is_py_* for 3.9

.. _#371: https://github.com/tomerfiliba/rpyc/issues/371
.. _#369: https://github.com/tomerfiliba/rpyc/issues/369

4.1.3
-----
Date: 1.25.2020
Expand Down
4 changes: 2 additions & 2 deletions rpyc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (4, 1, 3)
version = (4, 1, 4)
version_string = ".".join(map(str, version))
release_date = "2020.1.25"
release_date = "2020.1.30"
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Object Brokering",
Expand Down

0 comments on commit 4cf2f5e

Please sign in to comment.