Skip to content

Commit

Permalink
new release with fixes for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Jan 28, 2019
1 parent 92c6cb5 commit c18dd08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions django_blog_it/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.3.1'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='django-blog-it',
version='0.3',
version='0.3.1',
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
description='A simple installable app for writing blog posts',
Expand Down

0 comments on commit c18dd08

Please sign in to comment.