From 53c5303578ff6741e259949f4ecec295fa54a172 Mon Sep 17 00:00:00 2001 From: Yaroslsav-95 Date: Thu, 4 Oct 2018 03:31:06 +0300 Subject: release 0.4.4 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6428bb2..7aa021d 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index ae350fb..d0372bc 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3