Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
bump version and update news
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 26, 2021
1 parent 9f7d3a5 commit 98bc017
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

pychroot 0.10.4 (2021-01-25)
----------------------------

- Fix pychroot script exit status handling (#33).

- Allow default mount disabling via passing mountpoints=None.

- Force chroot path parameter to be positional only.

pychroot 0.10.3 (2020-12-22)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pychroot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""pychroot is a library that simplifies chroot handling"""

__title__ = 'pychroot'
__version__ = '0.10.3'
__version__ = '0.10.4'

from .base import Chroot

0 comments on commit 98bc017

Please sign in to comment.