Skip to content

Commit 3d3c42a

Browse files
committedApr 4, 2016
Merge pull request #51 from MicroPyramid/release0.1
changed the release version
2 parents db007a4 + 6d5413d commit 3d3c42a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2'
54+
version = '0.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.2'
56+
release = '0.1'
5757

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

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# allow setup.py to be run from any path
88
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
9-
PROJECT_NAME = 'micro_blog'
9+
PROJECT_NAME = 'django_blog_it'
1010

1111
data_files = []
1212
for dirpath, dirnames, filenames in os.walk(PROJECT_NAME):
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django-blog-it',
25-
version='0.0.4',
25+
version='0.1',
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)