Skip to content

Commit fd6020f

Browse files
committed
0.1.1
1 parent 0dc4a59 commit fd6020f

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Changelog
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

1212
0.1.0 (2014-01-09)

docs/index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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`

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
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(),
@@ -24,6 +24,7 @@
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',

0 commit comments

Comments
 (0)