Skip to content

Commit

Permalink
Fixed packaging more and updated changes.st
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Sep 14, 2017
1 parent ff58845 commit eef86dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This document records all notable changes to Boatswain.

This project adheres to `Semantic Versioning <http://semver.org/>`_.


`1.0.1`_
--------
* Fixed some packaging things

`1.0.0`_
-------

Expand Down
11 changes: 4 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1

[bdist_wheel]
universal = 1

[flake8]
max-line-length = 120
ignore =
# H401: docstring should not start with a space
H401,
# H403: multi line docstrings should end on a new line
H403,
# H404: multi line docstring should start without a leading new line
H404,
H401,
H403,
H404,

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(*names, **kwargs):

setup(
name='boatswain',
version='1.0.0',
version='1.0.1',
url='https://github.com/nlesc-sherlock/boatswain',
license='Apache Software License',
author='Berend Weel',
Expand Down

0 comments on commit eef86dc

Please sign in to comment.