Skip to content

Commit 3903dc2

Browse files
committed
Release version 24
1 parent 0bc6395 commit 3903dc2

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
24 (2013-02-26)
5+
---------------
6+
7+
- Ensure new files are added to a transports configuration. Closes #96.
8+
Closes #101. [Jose Diaz-Gonzalez]
9+
10+
- Allow float numbers for update_file_mapping_time. [Jose Diaz-Gonzalez]
11+
12+
- Fix invalid casting of boolean values. [Jose Diaz-Gonzalez]
13+
14+
- Perform all conversions in config.py. Closes #99. [Jose Diaz-Gonzalez]
15+
416
23 (2013-02-20)
517
---------------
618

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From Github::
2121

2222
From PyPI::
2323

24-
pip install beaver==23
24+
pip install beaver==24
2525

2626
Usage
2727
=====

beaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '23'
1+
__version__ = '24'

0 commit comments

Comments
 (0)