Skip to content

Commit

Permalink
bumbed version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcos committed Nov 6, 2018
1 parent a13ac4d commit c6b482a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Always reference the ticket number at the end of the issue description.

## 1.3.4 (2018-11-06)

### Fixed

- fix for allowed to specify url with obj id for all action buttons [#318][318]


## 1.3.3 (2018-11-05)

### Added

- blackened code
- added black check into CI
- Image file input now creates 2 events one on file selecting and another on removing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import find_packages, setup

__VERSION__ = "1.3.3"
__VERSION__ = "1.3.4"


def read_md(f):
Expand Down

0 comments on commit c6b482a

Please sign in to comment.