Skip to content

Commit

Permalink
version bump to 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Jul 11, 2022
1 parent c2cdb28 commit 6065839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 14.2 [2022-07-11]

* **Backward Incompatible**: Due to some issues in the pylibmc, we've switched the memcached client from pylibmc https://pypi.org/project/pylibmc/ to pymemcache https://pypi.org/project/pymemcache/. This change will NOT affect your production sites. However, if you don't have memcached installed in your local environment, please specify the cache backend to `CACHES['default']['BACKEND'] = 'django.core.cache.backends.dummy.DummyCach'` or to something you have set up.

### 14.1.1 [2022-07-07]

* Updated the installation guide
Expand Down
2 changes: 1 addition & 1 deletion tendenci/__init__.py
@@ -1 +1 @@
__version__ = "14.1.1"
__version__ = "14.2"

0 comments on commit 6065839

Please sign in to comment.