Skip to content

Commit

Permalink
Bump version v1.15.1+dev -> v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 committed Sep 2, 2020
1 parent b618a2a commit 1065f78
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 9 deletions.
24 changes: 24 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ History
.. towncrier release notes start
Parsec v1.15.2 (2020-09-02)
---------------------------

Bugfixes
~~~~~~~~

* Fix uncatched exception in GUI when listing workspaces while offline (`#1412
<https://github.com/Scille/parsec-cloud/issues/1412>`__)
* Fix error on Linux when using chmod/chown on mountpoint (`#1409
<https://github.com/Scille/parsec-cloud/issues/1409>`__)
* Contract and CGV link opens up properly (`#1416
<https://github.com/Scille/parsec-cloud/issues/1416>`__)
* Fixed timestamped workspace window not closing correctly on error (`#1421
<https://github.com/Scille/parsec-cloud/issues/1421>`__)
* Fix --backend-addr incorrectly always using localhost host in backend run
command (`#1425 <https://github.com/Scille/parsec-cloud/issues/1425>`__)
* Prevent unhandled exception when trying to open an unmounted workspace
(`#1414 <https://github.com/Scille/parsec-cloud/issues/1414>`__)
* Allow to continue reencryption from the GUI if reencryption has already been
started (`#1422 <https://github.com/Scille/parsec-cloud/issues/1422>`__)
* Fix invite email in backend when not mocked (`#1410
<https://github.com/Scille/parsec-cloud/issues/1410>`__)


Parsec v1.15.0 (2020-08-29)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1409.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1410.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1412.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1414.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1415.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1416.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1417.empty.rst
Empty file.
Empty file removed newsfragments/1420.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1421.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1422.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1425.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1426.empty.rst
Empty file.
2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# This file is imported from __init__.py and exec'd from setup.py

__version__ = "v1.15.1+dev"
__version__ = "v1.15.2"

0 comments on commit 1065f78

Please sign in to comment.