File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 0.4.0 (2014-02-XX )
4
+ 0.4.0 (2014-02-08 )
5
5
------------------
6
6
7
7
- Added: New exceptions:
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'python-redmine' ,
6
- version = '0.3.1 ' ,
6
+ version = '0.4.0 ' ,
7
7
packages = ['redmine' ],
8
8
url = 'https://github.com/maxtepkeev/python-redmine' ,
9
9
license = open ('LICENSE' ).read (),
10
10
author = 'Max Tepkeev' ,
11
11
author_email = 'tepkeev@gmail.com' ,
12
12
description = 'Library for communicating with a Redmine project management application' ,
13
- long_description = open ('README.rst' ).read (),
13
+ long_description = open ('README.rst' ).read () + ' \n \n ' + open ( 'docs/changelog.rst' ). read () ,
14
14
keywords = 'redmine' ,
15
15
install_requires = ['requests >= 2.1.0' ],
16
16
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments