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

Commit 98bc017

Browse files
committed
bump version and update news
1 parent 9f7d3a5 commit 98bc017

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

4+
pychroot 0.10.4 (2021-01-25)
5+
----------------------------
6+
7+
- Fix pychroot script exit status handling (#33).
8+
9+
- Allow default mount disabling via passing mountpoints=None.
10+
11+
- Force chroot path parameter to be positional only.
12+
413
pychroot 0.10.3 (2020-12-22)
514
----------------------------
615

src/pychroot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""pychroot is a library that simplifies chroot handling"""
22

33
__title__ = 'pychroot'
4-
__version__ = '0.10.3'
4+
__version__ = '0.10.4'
55

66
from .base import Chroot

0 commit comments

Comments
 (0)