Skip to content

Commit

Permalink
Release version 24
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Feb 26, 2013
1 parent 0bc6395 commit 3903dc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,18 @@
Changelog
=========

24 (2013-02-26)
---------------

- Ensure new files are added to a transports configuration. Closes #96.
Closes #101. [Jose Diaz-Gonzalez]

- Allow float numbers for update_file_mapping_time. [Jose Diaz-Gonzalez]

- Fix invalid casting of boolean values. [Jose Diaz-Gonzalez]

- Perform all conversions in config.py. Closes #99. [Jose Diaz-Gonzalez]

23 (2013-02-20)
---------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ From Github::

From PyPI::

pip install beaver==23
pip install beaver==24

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
@@ -1 +1 @@
__version__ = '23'
__version__ = '24'

0 comments on commit 3903dc2

Please sign in to comment.