Skip to content

Commit 56eabb1

Browse files
committed
Prepare for 0.10.2 release
1 parent 0817852 commit 56eabb1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# pupa changelog
22

3+
## 0.10.2 - March 18 2021
4+
5+
Improvements:
6+
7+
* allow null event locations
8+
* resolve memberships based on start date, falling back to end date if no start date is available
9+
10+
Fixes:
11+
12+
* raise exception for whitespace in urls
13+
314
## 0.10.1 - March 23 2020
415

516
Improvements:

pupa/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.1' # pragma: no cover
1+
__version__ = '0.10.2' # pragma: no cover

0 commit comments

Comments
 (0)