Skip to content

Commit 114c2c8

Browse files
committed
version bump
1 parent c84517f commit 114c2c8

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

baleen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__version_info__ = {
2121
'major': 0,
2222
'minor': 3,
23-
'micro': 1,
23+
'micro': 2,
2424
'releaselevel': 'final',
2525
'serial': 0,
2626
}

docs/about.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,21 @@ The release versions that are sent to the Python package index (PyPI) are also t
4848

4949
The versioning uses a three part version system, "a.b.c" - "a" represents a major release that may not be backwards compatible. "b" is incremented on minor releases that may contain extra features, but are backwards compatible. "c" releases are bug fixes or other micro changes that developers should feel free to immediately update to.
5050

51+
### Version 0.3.2
52+
53+
* **tag**: [v0.3.2](https://github.com/bbengfort/baleen/releases/tag/v0.3.2)
54+
* **deployment**: Wednesday, April 13, 2016
55+
* **commit**: (see tag)
56+
57+
Some changes to the web application to attempt to solve SEGFAULT errors and to make the status and the logs more readable. This is just a quick hotfix to make sure we have decent monitoring in the app.
58+
59+
The app can be found online at [http://baleen.districtdatalabs.com](http://baleen.districtdatalabs.com).
60+
5161
### Version 0.3.1
5262

5363
* **tag**: [v0.3.1](https://github.com/bbengfort/baleen/releases/tag/v0.3.1)
5464
* **deployment**: Thursday, April 7, 2016
55-
* **commit**: (see tag)
65+
* **commit**: [121de50](https://github.com/bbengfort/baleen/commit/121de50084aaa29b8098756630c3a7a0a14d8d78)
5666

5767
Very happy to have had [@lauralorenz](https://github.com/lauralorenz) and [@bahadasx](https://github.com/bahadasx) contribute to Baleen by building a web admin app. The app is a very simple Flask app that reads from the database and reports on the status, including the list of available feeds. It also reports information from the log file.
5868

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Module Constants
2424
##########################################################################
2525

26-
TEST_VERSION = "0.3.1" ## Also the expected version onf the package
26+
TEST_VERSION = "0.3.2" ## Also the expected version onf the package
2727

2828
##########################################################################
2929
## Test Cases

0 commit comments

Comments
 (0)