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

Commit f269cce

Browse files
committed
version 0.1.dev2
1 parent 00e342e commit f269cce

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.dev2 (xxxx.xx.xx)
5+
0.1.dev2 (2016.09.04)
66
---------------------
77
+ Added block type 'SocialFeedBlock'
88
+ Added SocialFeedModerateMenu which live detects configuration changes

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.dev1',
42+
version='0.1.dev2',
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.dev1'
1+
__version__ = '0.1.dev2'

0 commit comments

Comments
 (0)