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

Commit 2a775db

Browse files
author
Janneke Janssen
committed
Bump version and updated changelog
1 parent 25f38ca commit 2a775db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Contributors
1111
------------
1212

1313
* Janneke Janssen
14+
* Mike Dingjan

CHANGELOG.rst

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

5-
0.3.0 (XXXX.XX.XX)
5+
0.3.0 (2016.10.28)
66
==================
77
+ Added dimensions when returning the attached Twitter Image
88
+ Fixes Facebook support: initially developed on `2.1` while the GraphAPI assumes `2.8`.

setup.cfg

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

@@ -18,4 +18,3 @@ universal = 1
1818
exclude = docs, wagtailsocialfeed/migrations/*.py
1919
ignore = E731,D100,D101,D102,D103,D104,D105,D205,D400
2020
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.2.0',
44+
version='0.3.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.2.0'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)