Skip to content

Commit

Permalink
Merge pull request #54 from tisdall/master
Browse files Browse the repository at this point in the history
releasing 0.3.1
  • Loading branch information
tisdall committed Mar 19, 2014
2 parents 214db6f + 9271684 commit f0ee44a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

0.3.1dev (Unreleased)
0.3.1 (2014-03-19)
----------------

- maintain the order of SQLAlchemy object attributes in the
Expand All @@ -18,6 +18,8 @@ Change Log
- fixed some minor issues with colander default and missing values
to ensure transitive relationships (such as dictify/objectify)
[tisdall]
- require colander 1.0b1 or greater to support `colander.drop`
(#52) [tisdall]

0.3 (2013-11-04)
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1dev'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
from setuptools import setup, find_packages

version = '0.3.1dev'
version = '0.3.1'

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
Expand Down

0 comments on commit f0ee44a

Please sign in to comment.