Skip to content

Commit

Permalink
Merge pull request #266 from PermutaTriangle/develop
Browse files Browse the repository at this point in the history
Version 2.3.1
  • Loading branch information
enadeau authored Sep 11, 2020
2 parents 36ffa38 + eddd92c commit 7e1f4ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ jobs:
env:
TOXENV: ${{ matrix.toxenv }}
run: tox
- name: setup
run: python setup.py install
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.1] - 2020-09-11
### Fixed
- Dependency issue when installing

## [2.3.0] - 2020-09-10
### Added
- introduced isolation levels to the fusion strategy
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name="tilings",
version="2.3.0",
version="2.3.1",
author="Permuta Triangle",
author_email="[email protected]",
description="A Python library for gridded permutations and tilings.",
Expand All @@ -29,7 +29,6 @@ def read(fname):
"comb-spec-searcher==2.2.1",
"permuta==2.0.2",
"requests==2.24.0",
"typing-extensions==3.7.4.3",
],
python_requires=">=3.6",
classifiers=[
Expand Down

0 comments on commit 7e1f4ea

Please sign in to comment.