Revision cad655c2

b/ChangeLog
1 1
===========
2
1.1.1 RELEASE
3
Minor changes release
4

  
5
	- Change license to GPLv3
6
	- Minor documentation updates 
7

  
8
===========
2 9
1.1.0 RELEASE
3 10
Updates and enhancements. Check documentation for updating from previous versions
4 11

  
b/_version.py
1
VERSION = '1.1.0'
1
VERSION = '1.1.1'
2 2

  
3 3
if __name__ == "__main__":
4 4
    print VERSION
b/doc/source/conf.py
38 38

  
39 39
# General information about the project.
40 40
project = u'fod'
41
copyright = u'2014, Leonidas Poulopoulos (@leopoul), GRNET S.A'
41
copyright = u'2014, GRNET NOC, GRNET S.A'
42 42

  
43 43
# The version info for the project you're documenting, acts as replacement for
44 44
# |version| and |release|, also used in various other places throughout the
45 45
# built documents.
46 46
#
47 47
# The short X.Y version.
48
version = '1.1.0'
48
version = '1.1.1'
49 49
# The full version, including alpha/beta/rc tags.
50
release = '1.1.0'
50
release = '1.1.1'
51 51

  
52 52
# The language for content autogenerated by Sphinx. Refer to documentation
53 53
# for a list of supported languages.
b/doc/source/index.rst
34 34
   
35 35
Contact
36 36
=======
37
You can find more about FoD or raise your issues at `GRNET FoD repository <https://code.grnet.gr/projects/flowspy>`_.
37
You can find more about FoD or raise your issues at `GRNET FoD repository <https://code.grnet.gr/projects/flowspy>`_ or `GRNET FoD Github repo <https://github.com/grnet/flowspy>`_ .
38 38

  
39
You can contact us directly at leopoul{at}noc[dot]grnet(.)gr
39
You can contact us directly at grnet{at}noc[dot]grnet(.)gr
40 40

  
41 41
Install
42 42
=======
b/doc/source/install.rst
76 76
    cd nxpy
77 77
    python setup.py install
78 78

  
79
- flowspy: core application. Installation is done at /srv/flowspy::
79
- flowspy: core web application. Installation is done at /srv/flowspy::
80 80

  
81 81
    cd /srv
82 82
    git clone https://code.grnet.gr/git/flowspy

Also available in: Unified diff