Skip to content

Commit

Permalink
Bumping version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhenry committed Dec 26, 2010
1 parent 8bf6786 commit 6bae513
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

Changes in v0.2.3
=================
- Added support for custom serialization (JSON, etc)

Changes in v0.2.2
=================
- Added ``key_for_name`` function
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.2'
version = '0.2.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.2'
release = '0.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hotqueue.py
Expand Up @@ -15,7 +15,7 @@

__all__ = ['HotQueue']

__version__ = '0.2.2'
__version__ = '0.2.3'


def key_for_name(name):
Expand Down

0 comments on commit 6bae513

Please sign in to comment.