Skip to content

Commit

Permalink
Merge branch 'release/0.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 1, 2013
2 parents 1f8fe95 + 725c810 commit b9a3ac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release 0.6.0 (beta)
---------------------------------
Release 0.6.0
-------------

* new :ref:`disable_concurrency` context manager
* added documentation for :ref:`concurrency.middleware.ConcurrencyMiddleware <concurrencymiddleware>`
Expand All @@ -11,7 +11,7 @@ Release 0.6.0 (beta)


Release 0.5.0
---------------------------------
-------------

* python 3.x compatibility
* new :setting:`CONCURRENCY_FIELD_SIGNER`
Expand Down
2 changes: 1 addition & 1 deletion concurrency/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import datetime
import os

VERSION = __version__ = (0, 6, 0, 'beta', 1)
VERSION = __version__ = (0, 6, 0, 'final', 0)
__author__ = 'sax'


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'sphinx': ('http://sphinx.readthedocs.org/en/latest/', None),
}

next_version = '0.6'
next_version = '0.7'
todo_include_todos = True

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit b9a3ac4

Please sign in to comment.