Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 7b225a8

Browse files
committed
version 0.1.0
1 parent 5a8dd73 commit 7b225a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
0.1.0 (xxxx.xx.xx)
5+
0.1.0 (2016.09.27)
66
==================
77
+ Fixed PyPI long_description format error
88
+ Fixed value_for_form error in FeedChooserBlock

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='wagtailsocialfeed',
42-
version='0.1.dev4',
42+
version='0.1.0',
4343
description="A Wagtail module that provides pages and content blocks to show social media feeds", # NOQA
4444
long_description=readme + '\n\n' + changelog,
4545
author="Tim Leguijt",

wagtailsocialfeed/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.dev4'
1+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)