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

Commit 4e20ecf

Browse files
author
Janneke Janssen
committed
version 0.1.dev3
1 parent 2e9da00 commit 4e20ecf

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

AUTHORS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Development Lead
1010
Contributors
1111
------------
1212

13-
* Janneke Janssen <[email protected]>
13+
* Janneke Janssen

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
0.1.dev3 (2016.09.11)
6+
---------------------
7+
+ Updated license model to BSD
8+
59
0.1.dev2 (2016.09.04)
610
---------------------
711
+ Added block type 'SocialFeedBlock'

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

0 commit comments

Comments
 (0)