Skip to content

Commit 8de96c6

Browse files
committed
update version to 0.9.4.1
1 parent d4f98fe commit 8de96c6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

setup.py

+3-7
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
1616
Recent changes
1717
--------------
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
2319
2420
For older changes, see
2521
- http://eventable.github.io/vobject/#release-history or
@@ -31,15 +27,15 @@
3127
doclines = (__doc__ or '').splitlines()
3228

3329
setup(name = "vobject",
34-
version = "0.9.4",
30+
version = "0.9.4.1",
3531
author = "Jeffrey Harris",
3632
author_email = "[email protected]",
3733
maintainer = "Sameen Karim",
3834
maintainer_email="[email protected]",
3935
license = "Apache",
4036
zip_safe = True,
4137
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',
4339
bugtrack_url = "https://github.com/eventable/vobject/issues",
4440
entry_points = {
4541
'console_scripts': [

0 commit comments

Comments
 (0)