Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Mar 21, 2016
1 parent e97ce48 commit a22a884
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ script:

after_success:
- coveralls

deploy:
provider: pypi
user: lnielsen
password:
secure: "ff+TddpGTHuM5qzDB8ubaYQOyk0SBymSQJjUfPlSANpI714zF6bRMmtH2vH02/C7hbU0GMERHdDVhUZNJW+sJTTXHjGQAuPmPlox+JV8/GVSRfgkr4gxN1wWsh8ec3rYhC2z8JxEQXl8DewCu43LOsK4xpQm8qoLIixErBZztwtLQjiFzdPw+aUAGSri4n8S4vVEy2yZyNEzEn9XmLL+dFNyqjT6CPq/RVfwtmltSbirNJXbwCmRTunRu4rpXrRIKHqSHnX8SR1i7j9+Zp0PgpyRczerBgJ7UGxi1bT93CdAM8qvoy+6uH7FlRKf20xY1V9+5lMLNYr5junEbejD2Xa5vmnsVACeYdRZ4wQBCCwztRTJuNp5zEtN7R6JraAW9jlYqiYnLD233xt81HHyX09iOnC2sf0o+fZvhwOMB/Oung5LyLa1CpBZNbzo3vk8W+BjSsy6PR2o+Pd+tEIGVV0Wpv07UtKNncHzkYbLQKP4DO8Gmp2mW1cJvxqZw/BiXAxc3+py/5Yu9UZTU0BIb64FoFtY+SjehcehXljA/TUWShMFbr5ywHT3x499S0MXuXRtOkSMd3/JykZNPFVst+X2SNp9oUU1WGNqBQcDdv8OwSxn7cEVKK4SpWdknwhKEmdQINmGszGciP2XVp8PrG0nttxyZdt6C4gcmtC6GbI="
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
condition: $REQUIREMENTS = release
4 changes: 2 additions & 2 deletions dcxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
The container element is by default the ``<oai_dc:dc>`` element:
>>> xml.splitlines()[1]
'<oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" ...
>>> print(xml.splitlines()[1])
<oai_dc:dc ...
In case you need an ElementTree instead of a string, it's as simple as:
Expand Down
2 changes: 1 addition & 1 deletion dcxml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.0.dev20160000"
__version__ = "0.1.0"

0 comments on commit a22a884

Please sign in to comment.