Skip to content

Commit

Permalink
Bump version and update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Mar 15, 2019
1 parent e4aa5c3 commit b978c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Then in your template, include jQuery, `{{ form.media }}`, and render the form:

## Change Log

* 5.1.2.4: Add support for disabling the Bootstrap `input-group` with a new option. Fix an icon.
* 5.1.2.3: Fix a bug which caused a page lag when switching locales.
* 5.1.2.2: Fix a bug with duplicate DOM IDs in template.
* 5.1.2.1: Fix a bug with time formatting to use ISO time format (`T12:34:56`)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-tempus-dominus',
version="5.1.2.3",
version="5.1.2.4",
description='A Django widget for the Tempus Dominus Bootstrap 4 DateTime picker.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b978c44

Please sign in to comment.