Skip to content

Commit

Permalink
update version to 0.9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wpercy committed Jan 22, 2017
1 parent d4f98fe commit 8de96c6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
Recent changes
--------------
- Improved PEP8 compliance
- Improved Python 3 compatibility
- Improved encoding/decoding
- Correct handling of pytz timezones
- Added tests.py to the PyPi package
- Pickling/deepcopy hotfix
For older changes, see
- http://eventable.github.io/vobject/#release-history or
Expand All @@ -31,15 +27,15 @@
doclines = (__doc__ or '').splitlines()

setup(name = "vobject",
version = "0.9.4",
version = "0.9.4.1",
author = "Jeffrey Harris",
author_email = "jeffrey@osafoundation.org",
maintainer = "Sameen Karim",
maintainer_email="sameen@eventable.com",
license = "Apache",
zip_safe = True,
url = "http://eventable.github.io/vobject/",
download_url = 'https://github.com/eventable/vobject/tarball/0.9.4',
download_url = 'https://github.com/eventable/vobject/tarball/0.9.4.1',
bugtrack_url = "https://github.com/eventable/vobject/issues",
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 8de96c6

Please sign in to comment.