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

Commit 9586dc0

Browse files
committed
version 0.2.0
1 parent 4df1353 commit 9586dc0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.rst

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

5-
0.2.0 (xxxx.xx.xx)
5+
0.2.0 (2016.10.06)
66
==================
77
+ Added Facebook support
88
+ Added ability to mix all the feeds; just leave feedconfig empty in `SocialFeedPage` or `SocialFeedBlock`.

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = False
44
tag = False
55

@@ -17,4 +17,5 @@ universal = 1
1717
[flake8]
1818
exclude = docs, wagtailsocialfeed/migrations/*.py
1919
ignore = E731,D100,D101,D102,D103,D104,D105,D205,D400
20-
max-line-length=119
20+
max-line-length = 119
21+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setup(
4343
name='wagtailsocialfeed',
44-
version='0.1.0',
44+
version='0.2.0',
4545
description="A Wagtail module that provides pages and content blocks to show social media feeds", # NOQA
4646
long_description=readme + '\n\n' + changelog,
4747
author="Tim Leguijt",

wagtailsocialfeed/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)