From cdcd2cc43e8ff5feb168b8136a2f561b600b86b5 Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Tue, 15 Oct 2019 11:04:59 -0400 Subject: [PATCH] Release prep 0.1.1 --- CHANGES.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 22fcfd5..5960833 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.1.1 (2019-10-15) +=================== +* add ability to copy group permissions from one folder to another + 0.1.0 (2019-09-05) =================== * additional error handling diff --git a/setup.py b/setup.py index 15f1393..0250bc7 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="pypanopto", - version="0.1.0", + version="0.1.1", author="Susan Dreher", author_email="sdreher@columbia.edu", url="https://github.com/ccnmtl/pypanopto",