Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
First PyPi-deployed version.
  • Loading branch information
hbldh committed Aug 16, 2016
1 parent e73b05b commit 7240da6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.3.1 (2016-08-16)
===================
- Made available on PyPi

v0.3.0 (2016-05-23)
===================
- Renaming from `xmller` to `xmlr`.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Installation

::

pip install git+https://www.github.com/hbldh/xmlr
pip install xmlr

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion xmlr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = ['xmlparse', 'xmliter', 'XMLParsingMethods']

# Version information.
__version__ = '0.2.1'
__version__ = '0.3.1'
version = __version__ # backwards compatibility name
try:
version_info = [int(x) if x.isdigit() else x for x in
Expand Down

0 comments on commit 7240da6

Please sign in to comment.