We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c373aa7 commit 559575fCopy full SHA for 559575f
CHANGES.rst
@@ -5,6 +5,9 @@ CHANGES
5
Development
6
===========
7
8
+Version 0.8.0 (2014-08-26T12:17:09Z)
9
+====================================
10
+
11
* Makefile
12
13
+ add ``test_doc8`` for doc8 test
b.py
@@ -76,9 +76,9 @@
76
77
__program__ = 'b.py'
78
__description__ = 'Post to Blogger or WordPress in markup language seamlessly'
79
-__copyright__ = 'Copyright 2013, Yu Jie Lin'
+__copyright__ = 'Copyright 2013-2014, Yu Jie Lin'
80
__license__ = 'MIT License'
81
-__version__ = '0.7.0'
+__version__ = '0.8.0'
82
__website__ = 'http://bitbucket.org/livibetter/b.py'
83
84
__author__ = 'Yu-Jie Lin'
0 commit comments