Skip to content

Commit 1d8c236

Browse files
committed
Upgrading datetimepicker to 3.0
1 parent 2d69bc0 commit 1d8c236

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Bootstrap3 and jQuery have to be included along with `{{ form.media }}`
9090
Release Notes
9191
-------------------------------
9292

93+
###### v2.3
94+
95+
* Updated bootstrap-datetimepicker.js to version 3.0
96+
97+
9398
###### v2.2.3
9499

95100
* Updated bootstrap-datetimepicker.js to version 2.1.30

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ Bootstrap3 and jQuery have to be included along with
9898
Release Notes
9999
-------------
100100

101+
v2.3
102+
103+
- Updated bootstrap-datetimepicker.js to version 3.0
104+
105+
v2.2.3
106+
107+
- Updated bootstrap-datetimepicker.js to version 2.1.30
108+
109+
101110
v2.2.3
102111

103112
- Updated bootstrap-datetimepicker.js to version 2.1.30

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
'static/bootstrap3_datetime/js/*.js',
99
'static/bootstrap3_datetime/js/locales/*.js',]},
1010
include_package_data=True,
11-
version='2.2.3',
11+
version='2.3',
1212
description='Bootstrap3 compatible datetimepicker for Django projects.',
1313
long_description=open('README.rst').read(),
1414
author='Nakahara Kunihiko',
1515
author_email='nakahara.kunihiko@gmail.com',
16-
url='https://github.com/nkunihiko/django-bootstrap3-datetimepicker',
16+
url='https://github.com/gcaprio/django-bootstrap3-datetimepicker.git',
1717
license='Apache License 2.0',
1818
classifiers=[
1919
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)