From bc19d2ca6313deb6343b640ca3022a50b8f344e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Tue, 18 Oct 2016 22:26:49 +0200 Subject: [PATCH 01/12] Updated scripts --- .travis.yml | 2 +- {{cookiecutter.package_name}}/.travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 665ea0b..06215b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: before_install: # Gets scripts - - git clone -b v0.2.0 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts + - git clone -b v0.3.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts # Sets scripts as executable - chmod -R +x ~/.scripts/* # Prepares CI environment diff --git a/{{cookiecutter.package_name}}/.travis.yml b/{{cookiecutter.package_name}}/.travis.yml index 56abd27..8b00a6d 100644 --- a/{{cookiecutter.package_name}}/.travis.yml +++ b/{{cookiecutter.package_name}}/.travis.yml @@ -27,7 +27,7 @@ matrix: before_install: # Gets scripts - - git clone -b v0.2.0 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts + - git clone -b v0.3.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts # Sets scripts as executable - chmod -R +x ~/.scripts/* # Prepares CI environment From cbc724b5db6dc6892688c7b2d523d7c9aba9a497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sat, 22 Oct 2016 00:36:35 +0200 Subject: [PATCH 02/12] Added Sphinx link in the documentation section --- README.rst | 2 +- {{cookiecutter.package_name}}/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 20e1b4e..f1b87be 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ documentation sites: - The `development docs`_ are generated from the latest code in the 'develop' branch You can also create the documentation from the source files, kept in the 'docs' -folder, with the help of Sphinx. For this use the makefile, or the make.bat +folder, with the help of `Sphinx`_. For this use the makefile, or the make.bat file, contained on that folder. Usage diff --git a/{{cookiecutter.package_name}}/README.rst b/{{cookiecutter.package_name}}/README.rst index 5b05275..40f1197 100644 --- a/{{cookiecutter.package_name}}/README.rst +++ b/{{cookiecutter.package_name}}/README.rst @@ -47,7 +47,7 @@ documentation sites: - The `development docs`_ are generated from the latest code in the 'develop' branch You can also create the documentation from the source files, kept in the 'docs' -folder, with the help of Sphinx. For this use the makefile, or the make.bat +folder, with the help of `Sphinx`_. For this use the makefile, or the make.bat file, contained on that folder. Prerequisites From 18f9d6602faa0a97cd073ebdd18f28059806b87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 17:12:59 +0200 Subject: [PATCH 03/12] Updated scripts --- .travis.yml | 2 +- {{cookiecutter.package_name}}/.travis.yml | 2 +- {{cookiecutter.package_name}}/README.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06215b4..40647c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: before_install: # Gets scripts - - git clone -b v0.3.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts + - git clone -b v0.4.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts # Sets scripts as executable - chmod -R +x ~/.scripts/* # Prepares CI environment diff --git a/{{cookiecutter.package_name}}/.travis.yml b/{{cookiecutter.package_name}}/.travis.yml index 8b00a6d..dc5e852 100644 --- a/{{cookiecutter.package_name}}/.travis.yml +++ b/{{cookiecutter.package_name}}/.travis.yml @@ -27,7 +27,7 @@ matrix: before_install: # Gets scripts - - git clone -b v0.3.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts + - git clone -b v0.4.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts # Sets scripts as executable - chmod -R +x ~/.scripts/* # Prepares CI environment diff --git a/{{cookiecutter.package_name}}/README.rst b/{{cookiecutter.package_name}}/README.rst index 40f1197..9e89218 100644 --- a/{{cookiecutter.package_name}}/README.rst +++ b/{{cookiecutter.package_name}}/README.rst @@ -84,7 +84,7 @@ the following command: Usage ----- -The application has been coded in Python, without using any particular +The application has been coded in Python, and does not require any particular framework. Collaborate From 7236718f8734bbc1c594cafbde7e271e09927dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 17:14:25 +0200 Subject: [PATCH 04/12] Updated Travis config file --- {{cookiecutter.package_name}}/.travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.package_name}}/.travis.yml b/{{cookiecutter.package_name}}/.travis.yml index dc5e852..b1688f1 100644 --- a/{{cookiecutter.package_name}}/.travis.yml +++ b/{{cookiecutter.package_name}}/.travis.yml @@ -24,6 +24,10 @@ matrix: # Tests and deploys docs, also runs coverage report - python: "3.5" env: COVERAGE=true TEST_DOCS=true DEPLOY_DOCS=true +addons: + apt: + packages: + - sshpass before_install: # Gets scripts @@ -43,8 +47,11 @@ script: - ~/.scripts/python/run_tests.sh true $PYTHON_VERSION_TEST # Documentation tests are run - ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs - # Tests coverage is run + # Documentation tests are run - ~/.scripts/python/run_tests.sh $DO_COVERAGE coverage after_success: # Documentation deployment - - ~/.scripts/rtd/deploy.sh $DO_DEPLOY_DOCS {{cookiecutter.package_name}} \ No newline at end of file + - ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs + - cd ~/sphinx/build/html + - ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_RELEASE + - ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_DEVELOP \ No newline at end of file From 1e60aa8bbce5055118c90d813e2953e4fca98759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 17:22:28 +0200 Subject: [PATCH 05/12] Updated docs deployment --- .travis.yml | 5 ++++- README.rst | 16 ++++++++-------- cookiecutter.json | 4 +++- {{cookiecutter.package_name}}/README.rst | 8 ++++---- 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40647c5..1288366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,7 @@ script: - ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs after_success: # Documentation deployment - - ~/.scripts/rtd/deploy.sh $DO_DEPLOY_DOCS cookiecutter-python-library \ No newline at end of file + - ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs + - cd ~/sphinx/build/html + - ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_RELEASE + - ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_DEVELOP \ No newline at end of file diff --git a/README.rst b/README.rst index f1b87be..584869c 100644 --- a/README.rst +++ b/README.rst @@ -8,12 +8,12 @@ While it mostly follows my personal tastes, it offers a series of good practices which include deployment files, makefile, testing, and the use of various free services, such as Github, Travis and Pypi. -.. image:: https://readthedocs.org/projects/cookiecutter-python-library/badge/?version=latest - :target: http://cookiecutter-python-library.readthedocs.org/en/latest/ - :alt: Cookiecutter Python Library latest documentation Status -.. image:: https://readthedocs.org/projects/cookiecutter-python-library/badge/?version=develop - :target: http://cookiecutter-python-library.readthedocs.org/en/develop/ - :alt: Cookiecutter Python Library development documentation Status +.. image:: https://img.shields.io/badge/docs-release-blue.svg + :target: http://docs.wandrell.com/cookiecutter-python-library + :alt: Cookiecutter Python Library latest documentation +.. image:: https://img.shields.io/badge/docs-develop-blue.svg + :target: http://docs.wandrell.com/development/cookiecutter-python-library + :alt: Cookiecutter Python Library development documentation Features -------- @@ -114,8 +114,8 @@ The project has been released under the `MIT License`_. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _GitHub project page: https://github.com/Bernardo-MG/cookiecutter-python-library .. _project issues tracker: https://github.com/Bernardo-MG/cookiecutter-python-library/issues -.. _latest docs: http://cookiecutter-python-library.readthedocs.org/en/latest/ -.. _development docs: http://cookiecutter-python-library.readthedocs.org/en/develop/ +.. _latest docs: http://docs.wandrell.com/cookiecutter-python-library +.. _development docs: http://docs.wandrell.com/development/cookiecutter-python-library .. _MIT License: http://www.opensource.org/licenses/mit-license.php .. _Sphinx: http://sphinx-doc.org/ .. _Sphinx Docs Theme: https://github.com/Bernardo-MG/sphinx-docs-theme diff --git a/cookiecutter.json b/cookiecutter.json index 185172c..32020e8 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -7,5 +7,7 @@ "package_name": "python-library", "project_short_description": "A library for Python", "year": "2016", - "version": "0.1.2" + "version": "0.1.2", + "docs_release_url": "docs.wandrell.com", + "docs_development_url": "docs.wandrell.com/development" } diff --git a/{{cookiecutter.package_name}}/README.rst b/{{cookiecutter.package_name}}/README.rst index 9e89218..5248731 100644 --- a/{{cookiecutter.package_name}}/README.rst +++ b/{{cookiecutter.package_name}}/README.rst @@ -17,10 +17,10 @@ project according to a few pieces of data it will ask for. :alt: {{ cookiecutter.project_name }} Pypi package page .. image:: https://readthedocs.org/projects/{{ cookiecutter.package_name }}/badge/?version=latest - :target: http://{{ cookiecutter.package_name }}.readthedocs.org/en/latest/ + :target: http://{{ cookiecutter.docs_release_url }}/{{ cookiecutter.package_name }} :alt: {{ cookiecutter.project_name }} latest documentation Status .. image:: https://readthedocs.org/projects/{{ cookiecutter.package_name }}/badge/?version=develop - :target: http://{{ cookiecutter.package_name }}.readthedocs.org/en/develop/ + :target: http://{{ cookiecutter.docs_development_url }}/{{ cookiecutter.package_name }} :alt: {{ cookiecutter.project_name }} development documentation Status Features @@ -114,8 +114,8 @@ License The project has been released under the `MIT License`_. .. _GitHub project page: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }} -.. _latest docs: http://{{ cookiecutter.package_name }}.readthedocs.org/en/latest/ -.. _development docs: http://{{ cookiecutter.package_name }}.readthedocs.org/en/develop/ +.. _latest docs: http://{{ cookiecutter.docs_release_url }}/{{ cookiecutter.package_name }} +.. _development docs: http://{{ cookiecutter.docs_development_url }}/{{ cookiecutter.package_name }} .. _Pypi package: https://pypi.python.org/pypi/{{ cookiecutter.package_name }} .. _MIT License: http://www.opensource.org/licenses/mit-license.php .. _project issues tracker: https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }}/issues From 51f6db2270005d296780407da94106cafe4929f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 17:23:02 +0200 Subject: [PATCH 06/12] Updated Sphinx theme --- requirements.txt | 2 +- {{cookiecutter.package_name}}/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3eb4fb4..5fc9579 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ twine==1.8.1 cookiecutter==1.4.0 # Documentation -sphinx-docs-theme==0.2.0 +sphinx-docs-theme==0.2.3 Pygments==2.1.3 \ No newline at end of file diff --git a/{{cookiecutter.package_name}}/requirements.txt b/{{cookiecutter.package_name}}/requirements.txt index 904819e..d205e22 100644 --- a/{{cookiecutter.package_name}}/requirements.txt +++ b/{{cookiecutter.package_name}}/requirements.txt @@ -3,5 +3,5 @@ setuptools==26.1.1 twine==1.8.1 # Documentation -sphinx-docs-theme==0.2.0 +sphinx-docs-theme==0.2.3 Pygments==2.1.3 \ No newline at end of file From 7ae53a41cb35a98bae3ec83f59c79a3ca3b9a17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 17:32:26 +0200 Subject: [PATCH 07/12] Added needed dependencies for deploying docs --- .travis.yml | 4 ++++ docs/source/_templates/about_code.html | 22 ---------------------- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 docs/source/_templates/about_code.html diff --git a/.travis.yml b/.travis.yml index 1288366..04a172e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ matrix: include: - python: "2.7" env: TEST_DOCS=true DEPLOY_DOCS=true +addons: + apt: + packages: + - sshpass before_install: # Gets scripts diff --git a/docs/source/_templates/about_code.html b/docs/source/_templates/about_code.html deleted file mode 100644 index 7184fb9..0000000 --- a/docs/source/_templates/about_code.html +++ /dev/null @@ -1,22 +0,0 @@ -
-

About the - code

- -

- The code is open source and freely accessible. If you want to do any - kind of modification just fork it from the repository. -

- -
-
Python version:
-
{{ python_versions }}
-
License:
-
{{ license_name }}
-
SCM:
-
{{ scm_name }} -
-
CI:
-
{{ ci_name }} -
-
-
\ No newline at end of file From d9d11f3066e6ab7394361737a5ce5c6a818552f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 17:55:31 +0200 Subject: [PATCH 08/12] Added needed dependencies for building docs --- .travis.yml | 4 ++++ {{cookiecutter.package_name}}/.travis.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04a172e..4f7b718 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,10 @@ before_install: install: # tox is required for the tests - pip install tox + # sphinx is required for the docs + - pip install sphinx + # Dependencies + - pip install --upgrade -r requirements.txt script: # Documentation tests are run - ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs diff --git a/{{cookiecutter.package_name}}/.travis.yml b/{{cookiecutter.package_name}}/.travis.yml index b1688f1..20b2e38 100644 --- a/{{cookiecutter.package_name}}/.travis.yml +++ b/{{cookiecutter.package_name}}/.travis.yml @@ -40,6 +40,10 @@ before_install: install: # tox is required for the tests - pip install tox + # sphinx is required for the docs + - pip install sphinx + # Dependencies + - pip install --upgrade -r requirements.txt script: # Code is checked - ~/.scripts/python/run_tests.sh true check From 110e0059cfbee9d61696b0e22ebc2824d35d0511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Sun, 23 Oct 2016 21:54:30 +0200 Subject: [PATCH 09/12] Added a placeholder class. --- .../docs/source/reports.rst | 2 +- .../placeholder.py | 62 +++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 {{cookiecutter.package_name}}/{{cookiecutter.package_name}}/placeholder.py diff --git a/{{cookiecutter.package_name}}/docs/source/reports.rst b/{{cookiecutter.package_name}}/docs/source/reports.rst index 6ffe311..18e425b 100644 --- a/{{cookiecutter.package_name}}/docs/source/reports.rst +++ b/{{cookiecutter.package_name}}/docs/source/reports.rst @@ -23,4 +23,4 @@ Report Description ============ === .. _Coveralls: https://coveralls.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }} -.. _Landscape: https://landscape.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }}/master +.. _Landscape: https://landscape.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }} diff --git a/{{cookiecutter.package_name}}/{{cookiecutter.package_name}}/placeholder.py b/{{cookiecutter.package_name}}/{{cookiecutter.package_name}}/placeholder.py new file mode 100644 index 0000000..e3f7a01 --- /dev/null +++ b/{{cookiecutter.package_name}}/{{cookiecutter.package_name}}/placeholder.py @@ -0,0 +1,62 @@ +# -*- coding: utf-8 -*- + +from abc import ABCMeta, abstractmethod + +""" +Placeholder classes. + +Replace this module for the actual code. +""" + +__author__ = '{{ cookiecutter.developer_name }}' +__license__ = 'MIT' + + +class AbstractPlaceholder(object): + """ + Placeholde for an abstract class. + """ + __metaclass__ = ABCMeta + + def __init__(self): + pass + + @abstractmethod + def method(self): + """ + An abstract method. + """ + raise NotImplementedError('The roll method must be implemented') + + +class Placeholder(AbstractPlaceholder): + """ + An extension of the abstract placeholder. + """ + + def __init__(self, data): + super(Placeholder, self).__init__() + self._field = data + + def __str__(self): + return '%s' % self.field + + def __repr__(self): + return '(field=%r)' % \ + (self.__class__.__name__, self.field) + + @property + def field(self): + """ + A field in the placeholder class. + + :return: the field content + """ + return self._field + + @field.setter + def field(self, field): + self._field = field + + def method(self): + pass From 2fd5ee7814fadc736119461703b328ec3bb3a542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Tue, 1 Nov 2016 16:34:14 +0100 Subject: [PATCH 10/12] Added code docs --- {{cookiecutter.package_name}}/docs/source/code/index.rst | 7 +++++++ .../docs/source/code/placeholder.rst | 9 +++++++++ {{cookiecutter.package_name}}/docs/source/conf.py | 3 ++- {{cookiecutter.package_name}}/docs/source/index.rst | 1 + 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 {{cookiecutter.package_name}}/docs/source/code/index.rst create mode 100644 {{cookiecutter.package_name}}/docs/source/code/placeholder.rst diff --git a/{{cookiecutter.package_name}}/docs/source/code/index.rst b/{{cookiecutter.package_name}}/docs/source/code/index.rst new file mode 100644 index 0000000..dbdb50f --- /dev/null +++ b/{{cookiecutter.package_name}}/docs/source/code/index.rst @@ -0,0 +1,7 @@ +========= +Code docs +========= + +.. toctree:: + + placeholder diff --git a/{{cookiecutter.package_name}}/docs/source/code/placeholder.rst b/{{cookiecutter.package_name}}/docs/source/code/placeholder.rst new file mode 100644 index 0000000..47d8b76 --- /dev/null +++ b/{{cookiecutter.package_name}}/docs/source/code/placeholder.rst @@ -0,0 +1,9 @@ +================== +Placeholder module +================== + +.. automodule:: placeholder + :members: + :undoc-members: + :inherited-members: + :show-inheritance: \ No newline at end of file diff --git a/{{cookiecutter.package_name}}/docs/source/conf.py b/{{cookiecutter.package_name}}/docs/source/conf.py index bb03fe2..9e01900 100644 --- a/{{cookiecutter.package_name}}/docs/source/conf.py +++ b/{{cookiecutter.package_name}}/docs/source/conf.py @@ -116,7 +116,8 @@ ('Usage', './usage.html')], 'navbar_links': [('Documentation', [('Acquire', './acquire.html'), ('Usage', './usage.html')]), - ('Info and Reports', [('Reports', './reports.html')])], + ('Info and Reports', [('Reports', './reports.html'), + ('Code docs', './code/index.html')])], } # Output file base name for HTML help builder. diff --git a/{{cookiecutter.package_name}}/docs/source/index.rst b/{{cookiecutter.package_name}}/docs/source/index.rst index 7267d33..331c512 100644 --- a/{{cookiecutter.package_name}}/docs/source/index.rst +++ b/{{cookiecutter.package_name}}/docs/source/index.rst @@ -19,3 +19,4 @@ Features acquire usage reports + docs/dice From 08738e9e7fbdf2f4e88523b3480eb4ef6fffd5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Mart=C3=ADnez=20Garrido?= Date: Tue, 1 Nov 2016 16:35:06 +0100 Subject: [PATCH 11/12] Corrected hidden toc tree --- {{cookiecutter.package_name}}/docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.package_name}}/docs/source/index.rst b/{{cookiecutter.package_name}}/docs/source/index.rst index 331c512..efaf427 100644 --- a/{{cookiecutter.package_name}}/docs/source/index.rst +++ b/{{cookiecutter.package_name}}/docs/source/index.rst @@ -19,4 +19,4 @@ Features acquire usage reports - docs/dice + code/index From a7df4ce8b7e6a5ddd134bba39c2823986ec6618c Mon Sep 17 00:00:00 2001 From: Bernardo Date: Thu, 19 Jan 2017 21:47:36 +0100 Subject: [PATCH 12/12] Raised version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d371d1e..2b51c11 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def run_tests(self): include_package_data=True, package_data={ }, - version='0.1.2', + version='0.1.3', description='Cookiecutter template for Python libraries.', author='Bernardo Martínez Garrido', author_email='programming@wandrell.com',