Skip to content

Commit

Permalink
version bump to 14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Jan 17, 2022
1 parent 8fb2638 commit 880fe84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### 14.0.3 [2022-01-17]

* Upgraded Pytz version to fix dependency conflict resulting from Celery upgrade to version 5.2.3. (Thanks @rob-hills)
* Fixed a format issue for events speakers list.
* Fixed a potential IntegrityError on membership applications where username is not included on the form.
* Avoided a potential DataError for jobs add due to slug is not presented.


### 14.0.2 [2022-01-13]

* **SECURITY**: Bumped Pillow from 8.3.2 to 9.0.0.
Expand Down
2 changes: 1 addition & 1 deletion tendenci/__init__.py
@@ -1 +1 @@
__version__ = "14.0.2"
__version__ = "14.0.3"

0 comments on commit 880fe84

Please sign in to comment.