Skip to content

Commit

Permalink
Merge tag '0.3.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Mar 10, 2016
2 parents 4ddffd2 + 639faf5 commit 8dca4a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*********
ChangeLog
*********

0.3.0 (2016-03-10)
==================
- An Actual Release? Sure, why not!
- This probably qualifies as a 1.0 from a code point of view, upgrade from 0.2.1 *carefully*.
- Feature: Add support for negative indexing of query objects. (thanks, @chrisseto!)
- Other Features/Fixes: git log 0.2.1..0.3.0 # i apologize
2 changes: 1 addition & 1 deletion modularodm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "0.2.1"
__version__ = "0.3.0"

from .storedobject import StoredObject
from .ext.odmflask import FlaskStoredObject
Expand Down

0 comments on commit 8dca4a0

Please sign in to comment.