aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md4
-rwxr-xr-xsetup.py2
2 files changed, 5 insertions, 1 deletions
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',