Skip to content

Commit

Permalink
upgrading version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed Oct 30, 2013
1 parent 2f7dc39 commit 470bf6a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 8 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. :changelog:
Release history
===============

0.2.2 (2013-10-30)
------------------

- More tests translated to ``en``.
- More useful log messages.

**API Changes:**

- ``BaseField._setup`` renamed to ``BaseField.setup``.
- ``FloatField`` has new parameters and defaults: ``thousand_separator`` and
``decimal_separator``.
- ``BRFloatField`` is now deprecated in favor of ``FloatField`` parameters.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Library to extract data from semi-structured text documents.

It's best suited for data-processing in files that do not have a formal
structure and are in plain text (or that are easy to convert). Structured files
like XML, CSV and HTML doesn't fit a good use case for raspador, and have
like XML, CSV and HTML doesn't fit a good use case for Raspador, and have
excellent alternatives to get data extracted, like lxml_, html5lib_,
BeautifulSoup_, and PyQuery_.

Expand All @@ -42,7 +42,7 @@ iterator that returns a string can be analyzed, including infinite streams.
Install
=======

raspador works on CPython 2.6+, CPython 3.2+ and PyPy. To install it, use::
Raspador works on CPython 2.6+, CPython 3.2+ and PyPy. To install it, use::

pip install raspador

Expand Down
24 changes: 24 additions & 0 deletions docs/source/community/updates.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. _updates:

Community updates
=================

If you'd like to stay up to date on the development of Raspador,
there are several options:

GitHub
------

The best way to track the development of Raspador is through
`the GitHub repo <https://github.com/fgmacedo/raspador>`_.

Twitter
-------

I often tweet about new features and releases of Raspador.

Follow `@fgmacedo <https://twitter.com/fgmacedo>`_ for updates.


.. include:: ../../../HISTORY.rst

8 changes: 3 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ Raspador |version| documentation


.. toctree::
:hidden:

intro/overview
intro/install
intro/tutorial
raspador
intro/install
raspador
community/updates


Looking for specific information? Try the :ref:`genindex` or :ref:`modindex`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description=long_description,
license='MIT',
url="http://github.org/fgmacedo/raspador",
version='0.2.1',
version='0.2.2',
packages=['raspador'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 470bf6a

Please sign in to comment.