Skip to content

Commit 559575f

Browse files
committed
finalize v0.8.0
1 parent c373aa7 commit 559575f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CHANGES
55
Development
66
===========
77

8+
Version 0.8.0 (2014-08-26T12:17:09Z)
9+
====================================
10+
811
* Makefile
912

1013
+ add ``test_doc8`` for doc8 test

b.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676

7777
__program__ = 'b.py'
7878
__description__ = 'Post to Blogger or WordPress in markup language seamlessly'
79-
__copyright__ = 'Copyright 2013, Yu Jie Lin'
79+
__copyright__ = 'Copyright 2013-2014, Yu Jie Lin'
8080
__license__ = 'MIT License'
81-
__version__ = '0.7.0'
81+
__version__ = '0.8.0'
8282
__website__ = 'http://bitbucket.org/livibetter/b.py'
8383

8484
__author__ = 'Yu-Jie Lin'

0 commit comments

Comments
 (0)