Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Jan 24, 2013
2 parents a0f9621 + fa50d4e commit 2e9eb3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.6.0
- Python 3 compatibility!

0.5.1
- fixed template loading in tests

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@

# General information about the project.
project = u'django-envelope'
copyright = u'2011-2012, Zbigniew Siciarz'
copyright = u'2011-2013, Zbigniew Siciarz'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.5.1'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.6.0'

intersphinx_mapping = {
'django': ('https://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/')
Expand Down
2 changes: 1 addition & 1 deletion envelope/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 5, 1, 'final', 0)
__version_info__ = (0, 6, 0, 'final', 0)


def get_version():
Expand Down

0 comments on commit 2e9eb3f

Please sign in to comment.