diff options
author | Yaroslsav-95 <contact@yaroslavps.com> | 2018-10-04 03:31:06 +0300 |
---|---|---|
committer | Yaroslsav-95 <contact@yaroslavps.com> | 2018-10-04 03:31:06 +0300 |
commit | 53c5303578ff6741e259949f4ecec295fa54a172 (patch) | |
tree | 21e7a9cd2bb14ef1d78f173dcdbb5bbc678c1351 | |
parent | 3f5e2e80c6c888acb20155ebf82301ed01e92c0e (diff) | |
download | w3blog-53c5303578ff6741e259949f4ecec295fa54a172.tar.gz w3blog-53c5303578ff6741e259949f4ecec295fa54a172.zip |
release 0.4.4
-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', |