Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
more changes to get batch.xml picked up by sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jul 8, 2008
1 parent 8036a18 commit 46fcfb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.23 Tue Jul 8 12:20:27 EDT 2008
- added *.py to MANIFEST.in, or else ez_setup.py ain't there

v2.22 Tue Jul 8 12:16:28 EDT 2008
- modified MANIFEST.in to package up test/batch.xml (thanks Dave Woodward)

v2.21 Thu Apr 17 06:36:42 EDT 2008
- added more iii specific marc8 abominations (thanks Galen Charlton)

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include *.py
graft test
2 changes: 1 addition & 1 deletion pymarc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# __init__.py

__version__ = '2.21'
__version__ = '2.23'
r'''
The pymarc module provides an API for reading, writing and modifying
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name = 'pymarc',
version = '2.21', # remember to update pymarc/__init__.py on release!
version = '2.23', # remember to update pymarc/__init__.py on release!
url = 'http://cheeseshop.python.org/pypi/pymarc',
author = 'Ed Summers',
author_email = 'ehs@pobox.com',
Expand Down

0 comments on commit 46fcfb4

Please sign in to comment.