Skip to content

Commit

Permalink
Prepare rl 1.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Jul 3, 2011
1 parent 2964408 commit b10c031
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,13 @@
Changelog
=========

1.15.2 - 2011-07-03
-------------------

- Silence a second C compiler warning in function ``get_y_or_n``.
[stefan]


1.15.1 - 2011-07-03
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
from distutils.spawn import find_executable
from os.path import join, exists

version = '1.15.1'
version = '1.15.2'


def sys_path_contains(string):
Expand Down

0 comments on commit b10c031

Please sign in to comment.