#28 Release 0.10
Merged 6 years ago by cqi. Opened 6 years ago by cqi.
cqi/libpagure release-0.10  into  master

file added
+8
@@ -0,0 +1,8 @@ 

+ CHANGELOG

+ =========

+ 

+ 0.10 (2017-09-06)

+ -----------------

+ 

+ - Add tox to run tests - #26 (cqi)

+ - Just log message returned from pagure - #22 #23 (cqi)

file modified
+1 -1
@@ -1,3 +1,3 @@ 

- include LICENSE.txt README.md

+ include LICENSE.txt README.md CHANGELOG.rst

  include requirements.txt test-requirements.txt

  include tox.ini

file modified
+1 -1
@@ -19,7 +19,7 @@ 

  setup(

      name='libpagure',

      packages=['libpagure'],

-     version='0.9',

+     version='0.10',

      description='A Python library for Pagure APIs.',

      author='Lei Yang',

      author_email='yltt1234512@gmail.com',

Pull-Request has been merged by cqi

6 years ago