Skip to content

Commit

Permalink
HEllo 0.1.4 version!
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jan 7, 2016
1 parent 1df65b1 commit 0bb9e38
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
22 changes: 12 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
|Build Status| |Coverage Status| |Stories in Progress| |PyPI|

.. |Build Status| image:: https://travis-ci.org/ITCase/sacrud_deform.svg?branch=master
:target: https://travis-ci.org/ITCase/sacrud_deform
.. |Coverage Status| image:: https://coveralls.io/repos/ITCase/sacrud_deform/badge.png?branch=master
:target: https://coveralls.io/r/ITCase/sacrud_deform?branch=master
.. |Stories in Progress| image:: https://badge.waffle.io/ITCase/sacrud_deform.png?label=in%20progress&title=In%20Progress
:target: http://waffle.io/ITCase/sacrud_defrom
.. |Build Status| image:: https://travis-ci.org/sacrud/sacrud_deform.svg?branch=master
:target: https://travis-ci.org/sacrud/sacrud_deform
.. |Coverage Status| image:: https://coveralls.io/repos/sacrud/sacrud_deform/badge.png?branch=master
:target: https://coveralls.io/r/sacrud/sacrud_deform?branch=master
.. |Stories in Progress| image:: https://badge.waffle.io/sacrud/sacrud_deform.png?label=in%20progress&title=In%20Progress
:target: http://waffle.io/sacrud/sacrud_defrom
.. |PyPI| image:: http://img.shields.io/pypi/dm/sacrud_deform.svg
:target: https://pypi.python.org/pypi/sacrud_deform/

Expand All @@ -21,7 +21,7 @@ develop version from source

.. code-block:: bash
pip install git+https://github.com/ITCase/sacrud_deform.git
pip install git+https://github.com/sacrud/sacrud_deform.git
.. code-block:: bash
Expand All @@ -44,9 +44,11 @@ Use
Support and Development
=======================

To report bugs, use the `issue tracker <https://github.com/ITCase/sacrud_deform/issues>`_
or `waffle board <https://waffle.io/ITCase/sacrud_deform>`_.
To report bugs, use the `issue tracker
<https://github.com/sacrud/sacrud_deform/issues>`_
or `waffle board <https://waffle.io/sacrud/sacrud_deform>`_.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc
We welcome any contribution: suggestions, ideas, commits with new futures, bug
fixes, refactoring, docs, tests, translations etc.

If you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# General information about the project.
project = u'sacrud_deform'
copyright = u'2014, ITCase'
copyright = u'2014, uralbash'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -53,6 +53,6 @@
html_theme_options = {
'travis_button': True,
'github_button': True,
'github_user': 'ITCase',
'github_user': 'sacrud',
'github_repo': 'sacrud_deform',
}
6 changes: 3 additions & 3 deletions docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ develop version from source

.. code-block:: bash
pip install git+https://github.com/ITCase/sacrud_deform.git
pip install git+https://github.com/sacrud/sacrud_deform.git
.. code-block:: bash
Expand All @@ -33,8 +33,8 @@ Use
Support and Development
=======================

To report bugs, use the `issue tracker <https://github.com/ITCase/sacrud_deform/issues>`_
or `waffle board <https://waffle.io/ITCase/sacrud_deform>`_.
To report bugs, use the `issue tracker <https://github.com/sacrud/sacrud_deform/issues>`_
or `waffle board <https://waffle.io/sacrud/sacrud_deform>`_.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sacrud>=0.3.5
sacrud==0.3.6
saexttype
colander>=1.0b1
deform>=2.0a2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def read(name):

setup(
name='sacrud_deform',
version="0.1.4.dev0",
url='http://github.com/ITCase/sacrud_deform/',
version="0.1.4",
url='http://github.com/sacrud/sacrud_deform/',
author='Svintsov Dmitry',
author_email='root@uralbash.ru',
packages=['sacrud_deform', ],
Expand Down

0 comments on commit 0bb9e38

Please sign in to comment.