Skip to content

Commit 856aaea

Browse files
committed
Add v0.0.13 changelog
1 parent 839269b commit 856aaea

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

debian/changelog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
python3-srcf (0.0.12~rc1) UNRELEASED; urgency=medium
1+
python3-srcf (0.0.13) UNRELEASED; urgency=medium
2+
3+
* Log group admin changes and member/group deletions
4+
* Email sysadmins on member/society cancellations
5+
* Track requesting user of group admin changes
6+
* Assorted fixes for script and email helpers
7+
8+
-- SRCF Sysadmins <[email protected]> Fri, 2 Sep 2022 19:39:00 +0100
9+
10+
python3-srcf (0.0.12) UNRELEASED; urgency=medium
211

312
* Update wiki references in email templates
413
* Fix attribute name on JobAction usage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
setup(name="srcf",
20-
version="0.0.11",
20+
version="0.0.13",
2121
description="Database schemas and core functionality for the Student-Run Computing Facility.",
2222
long_description=open(README).read(),
2323
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)