Skip to content

Commit

Permalink
releasing 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jun 14, 2018
1 parent 83168a1 commit cd9af80
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# graphflow : Algorithms for Graph Flow Analysis

[![Build Status](https://travis-ci.org/stephenhky/GraphFlow.svg?branch=master)](https://travis-ci.org/stephenhky/GraphFlow)

This Python package provides numerical routines for graph flow analysis, particularly:

* PageRank
Expand All @@ -17,5 +19,6 @@ After ensuring they have been installed, type the following to install `graphflo

# News

* 06/14/2018: `graphflow` 0.1.3 released.
* 06/06/2018: `graphflow` 0.1.2 released.
* 04/12/2018: `graphflow` 0.1.1 released.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'0.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1.2'
release = u'0.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Welcome to GraphFlow's documentation!
=====================================

.. image:: https://travis-ci.org/stephenhky/GraphFlow.svg?branch=master
:target: https://travis-ci.org/stephenhky/GraphFlow

Contents:

.. toctree::
Expand Down
7 changes: 7 additions & 0 deletions doc/source/news.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
News
====

* 06/14/2018: `graphflow` 0.1.3 released.
* 06/06/2018: `graphflow` 0.1.2 released.
* 04/12/2018: `graphflow` 0.1.1 released.

What's New
----------

Release 0.1.3 (Jun 14, 2018)
----------------------------

* Compatibility with Python 3.5 and 3.6.


Release 0.1.2 (Jun 06, 2018)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():


setup(name='graphflow',
version="0.1.2",
version="0.1.3",
description="Algorithms for Graph Flow Analysis",
long_description="Numerical routines for analyzing data represented by graphs",
classifiers=[
Expand Down

0 comments on commit cd9af80

Please sign in to comment.