Skip to content

Commit

Permalink
Update docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Mar 31, 2018
1 parent 0110915 commit 0d3feba
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.. note::
Fonduer is still under active development and APIs may still change
rapidly.
Version 0.1.6
-------------

* `@senwu`_: Fix support for providing a PostgreSQL username and password as
part of the connection string provided to Meta.init()
(`#40 <https://github.com/HazyResearch/fonduer/pull/40>`_)
* `@lukehsiao`_: Switch README from Markdown to reStructuredText

Version 0.1.5
-------------
Expand Down Expand Up @@ -51,3 +55,4 @@ Version 0.1.2
For convenience, all username links for contributors can be listed here
.. _@lukehsiao: https://github.com/lukehsiao
.. _@senwu: https://github.com/senwu
12 changes: 12 additions & 0 deletions docs/dev/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Changelog
=========

We are following `Semantic Versioning 2.0.0`_ conventions. The maintainers will
create a git tag for each release and increment the version number found in
`fonduer/\_version.py`_ accordingly. We deploy tags to PyPI automatically using
Travis-CI.

.. note::
Fonduer is still under active development and APIs may still change
rapidly.

.. include:: ../../CHANGELOG.rst

.. _Semantic Versioning 2.0.0: https://semver.org/
.. _fonduer/\_version.py: https://github.com/HazyResearch/fonduer/blob/master/fonduer/_version.py
5 changes: 0 additions & 5 deletions docs/dev/install.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Installation
============

We are following `Semantic Versioning 2.0.0 <https://semver.org/>`__
conventions. The maintainers will create a git tag for each release and
increment the version number found in `fonduer/\_version.py`_ accordingly. We
deploy tags to PyPI automatically using Travis-CI.

To test changes in the package, you install it in `editable mode`_ locally in
your virtualenv by running::

Expand Down
2 changes: 1 addition & 1 deletion fonduer/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit 0d3feba

Please sign in to comment.