We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0817852 commit 56eabb1Copy full SHA for 56eabb1
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# pupa changelog
2
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
14
## 0.10.1 - March 23 2020
15
16
Improvements:
pupa/__init__.py
@@ -1 +1 @@
-__version__ = '0.10.1' # pragma: no cover
+__version__ = '0.10.2' # pragma: no cover
0 commit comments