diff options
-rwxr-xr-x | README.md | 4 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -47,3 +47,7 @@ Read more about it here: https://www.yaroslavps.com/weblog/python/w3blog-blog-en Note: This package depends on the following python packages (besides Django and their dependencies): django-summernote This project was previously named django-weblog, however, I had to renamed it due to there being an existing package with the same name in PyPI. + +### Changelog ### + +You can view a short summary of changes for each release in the releases section of the project's page on Github. @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='w3blog', - version='0.4-testing.18', + version='0.4.4', packages=find_packages(), include_package_data=True, license='BSD License', |