Skip to content

Commit

Permalink
release 1.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 11, 2020
1 parent 4a782e1 commit b024a02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Superdesk Server Changelog

## [1.33.1] 2020-05-11

### Fixed

- Fix spiking of unpublished items.
- Fix rewrite action membership check when user has no move privilege.
- Display field names instead of IDs on validation error.
- Allow any logged in user to upload files.

## [1.33] 2020-04-09

Listing some changes below, for full list go to [github](https://github.com/superdesk/superdesk-core/milestone/79?closed=1).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

setup(
name='Superdesk-Core',
version='1.33',
version='1.33.1',
description='Superdesk Core library',
long_description=LONG_DESCRIPTION,
author='petr jasek',
Expand Down
2 changes: 1 addition & 1 deletion superdesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .workflow import * # noqa
from .signals import * # noqa

__version__ = '1.32.4'
__version__ = '1.33.1'

API_NAME = 'Superdesk API'
SCHEMA_VERSION = 0
Expand Down

0 comments on commit b024a02

Please sign in to comment.