Skip to content

Commit 81ae6d7

Browse files
committedAug 2, 2016
updated to version 0.2
1 parent c86e60c commit 81ae6d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎django_blog_it/docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.1'
54+
version = '0.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.1'
56+
release = '0.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django-blog-it',
25-
version='0.1',
25+
version='0.2',
2626
packages=find_packages(exclude=['tests', 'tests.*']),
2727
include_package_data=True,
2828
description='A simple installable app for writing blog posts',

0 commit comments

Comments
 (0)