Skip to content

Commit

Permalink
Release 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tulimaki committed Feb 21, 2020
1 parent 36b7b72 commit b75ab9f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

List all changes after the last release here (newer on top). Each change on a separate bullet point line.

## [1.10.3] - 2020-02-21

### Fixed

- Admin: fix bug when uploading product media

## [1.10.2] - 2020-02-19

### Added
Expand Down
7 changes: 7 additions & 0 deletions doc/release_notes/1.10.3.rst
@@ -0,0 +1,7 @@
Shuup 1.10.3 Release Notes
==========================

Released on 2020-02-21 12:45pm +0200.

List of changes see `Git commit log
<https://github.com/shuup/shuup/commits/v1.10.3>`__.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
# - Add ".post0.dev" suffix to VERSION variable here

NAME = 'shuup'
VERSION = '1.10.2.post0.dev'
VERSION = '1.10.3'
DESCRIPTION = 'E-Commerce Platform'
AUTHOR = 'Shoop Commerce Ltd.'
AUTHOR_EMAIL = 'shuup@shuup.com'
Expand Down

0 comments on commit b75ab9f

Please sign in to comment.