Skip to content

Commit e2c3474

Browse files
committed
version bump
1 parent 6fdb100 commit e2c3474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.4.0 (2014-02-XX)
4+
0.4.0 (2014-02-08)
55
------------------
66

77
- Added: New exceptions:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
setup(
55
name='python-redmine',
6-
version='0.3.1',
6+
version='0.4.0',
77
packages=['redmine'],
88
url='https://github.com/maxtepkeev/python-redmine',
99
license=open('LICENSE').read(),
1010
author='Max Tepkeev',
1111
author_email='tepkeev@gmail.com',
1212
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(),
1414
keywords='redmine',
1515
install_requires=['requests >= 2.1.0'],
1616
zip_safe=False,

0 commit comments

Comments
 (0)