File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 15
15
16
16
Recent changes
17
17
--------------
18
- - Improved PEP8 compliance
19
- - Improved Python 3 compatibility
20
- - Improved encoding/decoding
21
- - Correct handling of pytz timezones
22
- - Added tests.py to the PyPi package
18
+ - Pickling/deepcopy hotfix
23
19
24
20
For older changes, see
25
21
- http://eventable.github.io/vobject/#release-history or
31
27
doclines = (__doc__ or '' ).splitlines ()
32
28
33
29
setup (name = "vobject" ,
34
- version = "0.9.4" ,
30
+ version = "0.9.4.1 " ,
35
31
author = "Jeffrey Harris" ,
36
32
author_email = "[email protected] " ,
37
33
maintainer = "Sameen Karim" ,
38
34
maintainer_email = "[email protected] " ,
39
35
license = "Apache" ,
40
36
zip_safe = True ,
41
37
url = "http://eventable.github.io/vobject/" ,
42
- download_url = 'https://github.com/eventable/vobject/tarball/0.9.4' ,
38
+ download_url = 'https://github.com/eventable/vobject/tarball/0.9.4.1 ' ,
43
39
bugtrack_url = "https://github.com/eventable/vobject/issues" ,
44
40
entry_points = {
45
41
'console_scripts' : [
You can’t perform that action at this time.
0 commit comments