File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ Bootstrap3 and jQuery have to be included along with `{{ form.media }}`
90
90
Release Notes
91
91
-------------------------------
92
92
93
+ ###### v2.3
94
+
95
+ * Updated bootstrap-datetimepicker.js to version 3.0
96
+
97
+
93
98
###### v2.2.3
94
99
95
100
* Updated bootstrap-datetimepicker.js to version 2.1.30
Original file line number Diff line number Diff line change @@ -98,6 +98,15 @@ Bootstrap3 and jQuery have to be included along with
98
98
Release Notes
99
99
-------------
100
100
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
+
101
110
v2.2.3
102
111
103
112
- Updated bootstrap-datetimepicker.js to version 2.1.30
Original file line number Diff line number Diff line change 8
8
'static/bootstrap3_datetime/js/*.js' ,
9
9
'static/bootstrap3_datetime/js/locales/*.js' ,]},
10
10
include_package_data = True ,
11
- version = '2.2. 3' ,
11
+ version = '2.3' ,
12
12
description = 'Bootstrap3 compatible datetimepicker for Django projects.' ,
13
13
long_description = open ('README.rst' ).read (),
14
14
author = 'Nakahara Kunihiko' ,
15
15
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 ' ,
17
17
license = 'Apache License 2.0' ,
18
18
classifiers = [
19
19
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments