Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcos committed Apr 20, 2018
1 parent 654a522 commit 4a313ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

## [Unreleased]
## 1.1.0 (2017-04-20)

### Added

Expand All @@ -17,11 +17,13 @@ Always reference the ticket number at the end of the issue description.

- `confirm_links` property in ListView changed to `modal_links` - [#284][284]
- deprecated `links` and replaced it with `actions` - [#287][287]
- expanded `tool_links` functionality - [#286][286]
- improved look and feel of the datetime picker and added localization to it
- added dutch localization

[284]: //github.com/sanoma/django-arctic/issues/284
[287]: //github.com/sanoma/django-arctic/issues/287
[286]: //github.com/sanoma/django-arctic/issues/286


## 1.0.2 (2017-03-19)
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.0.2'
__VERSION__ = '1.1.0'


def read_md(f):
Expand Down

0 comments on commit 4a313ba

Please sign in to comment.