File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.1.1 (2014-0X-XX )
4+ 0.1.1 (2014-01-10 )
55------------------
66
77- Added: Python 2.6 support
8- - Fixed: Resource representation was broken in Python 2.x, i.e. __repr__()
9- - Fixed: dir() call on a resource object didn't work in Python 3.2.x
8+ - Fixed: Resource representation, i.e. __repr__(), was broken in Python 2.7
9+ - Fixed: dir() call on a resource object didn't work in Python 3.2
1010- Changed: WikiPage resource refresh() method now automatically determines it's project_id
1111
12120.1.0 (2014-01-09)
Original file line number Diff line number Diff line change @@ -43,10 +43,3 @@ Table of contents
4343 exceptions
4444 license
4545 changelog
46-
47- Indices and tables
48- ==================
49-
50- * :ref: `genindex `
51- * :ref: `modindex `
52- * :ref: `search `
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'python-redmine' ,
6- version = '0.1.0 ' ,
6+ version = '0.1.1 ' ,
77 packages = ['redmine' ],
88 url = 'https://github.com/maxtepkeev/python-redmine' ,
99 license = open ('LICENSE' ).read (),
2424 'Environment :: Console' ,
2525 'Environment :: Web Environment' ,
2626 'Operating System :: OS Independent' ,
27+ 'Programming Language :: Python :: 2.6' ,
2728 'Programming Language :: Python :: 2.7' ,
2829 'Programming Language :: Python :: 3.2' ,
2930 'Programming Language :: Python :: 3.3' ,
You can’t perform that action at this time.
0 commit comments