Skip to content

Commit

Permalink
[release]: Version now 1.3.3 - out of beta. Changelog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Apr 8, 2011
1 parent c55f76d commit 068479a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ v1.3.3 2011-XX-XX
=================
Major:
* Authorization checks added to editing Groups and PackageRelationships (#1052)
* API: Added package revision history (#1012)
* API: Added package revision history (#1012, #1071)

Minor:
* API can take auth credentials from cookie (#1001)
* Ability to set custom favicon (#1051)
* Theming: Ability to set custom favicon (#1051)
* Importer code moved out into ckanext-importlib repo (#1042)
* API: Group can be referred to by ID (in addition to name) (#1045)
* Command line tool: rights listing can now be filtered (#1072)

Bug fixes:
* SITE_READ role setting couldn't be overridden by sysadmins (#1044)
Expand All @@ -20,6 +21,7 @@ Bug fixes:
* GET followed by PUTting a package stored an incorrect license value (#662)
* Sibling package relationships were shown for deleted packages (#664)
* Tags were displayed when they only apply to deleted packages (#920)
* API: 'Last modified' time was localised - now UTC (#1068)


v1.3.2 2011-03-15
Expand Down
2 changes: 1 addition & 1 deletion ckan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.3.3b'
__version__ = '1.3.3'
__description__ = 'Comprehensive Knowledge Archive Network (CKAN) Software'
__long_description__ = \
'''The CKAN software is used to run the Comprehensive Knowledge Archive
Expand Down

0 comments on commit 068479a

Please sign in to comment.