diff --git a/apps/main/__init__.py b/apps/main/__init__.py index b0efaa8cf0..8a8aead28e 100644 --- a/apps/main/__init__.py +++ b/apps/main/__init__.py @@ -21,7 +21,7 @@ admin_site = {'text': _(u'admin site'), 'url': '/admin', 'famfam': 'keyboard', ' __version_info__ = { 'major': 0, 'minor': 8, - 'micro': 2, + 'micro': 3, 'releaselevel': 'final', 'serial': 0 } diff --git a/docs/Changelog.txt b/docs/Changelog.txt index 41f885edb3..ee57359f3c 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -1,4 +1,11 @@ -2011-08-18 +2011-08-19 +Tag: Version 0.8.3 + +* Added a Contributors file under the docs directory + +* Moved the document grouping subtemplate windows into a document + information tab + * Change the mode the setup options are shown, opting to use a more of a dashboard style now @@ -9,14 +16,11 @@ * Improved the metadata type and metadata set selection widget during the document upload wizard -2011-08-14 * Added a view to the about menu to read the LICENSE file included with Mayan -2011-08-12 * Added converter backend agnostic image file format descriptions -2011-08-11 * Disable whitelist and blacklist temporarily, removed document_type field from interactive sources @@ -32,10 +36,8 @@ jpeg and png library detection - Users must uninstall PIL before installing Pillow -2011-08-10 * Updated the static media url in the login excempt url list -2011-08-08 * Added remediatory code to sidestep issue #10 caused by DjangoZoom's deployment script executing the collectstatic command before creating the database structure with syncdb. Thanks to Joost Cassee