Skip to content

Commit

Permalink
Release rpyc 4.0.1
Browse files Browse the repository at this point in the history
- fix ValueError during install due to absolute PATH in SOURCES.txt (`tomerfiliba-org#276`_)

.. _#276: tomerfiliba-org#276
  • Loading branch information
coldfix committed Jun 12, 2018
1 parent 0a7cc3c commit aba211b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.0.1
-----
Date: 12.06.2018

- fix ValueError during install due to absolute PATH in SOURCES.txt (`#276`_)

.. _#276: https://github.com/tomerfiliba/rpyc/issues/276


4.0.0
-----
Date: 11.06.2018
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, 0, 0)
version = (4, 0, 1)
version_string = ".".join(map(str, version))
release_date = "2018.06.11"
release_date = "2018.06.12"

0 comments on commit aba211b

Please sign in to comment.