Skip to content

Commit 7e1f4ea

Browse files
authored
Merge pull request #266 from PermutaTriangle/develop
Version 2.3.1
2 parents 36ffa38 + eddd92c commit 7e1f4ea

4 files changed

Lines changed: 7 additions & 45 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ jobs:
5757
env:
5858
TOXENV: ${{ matrix.toxenv }}
5959
run: tox
60+
- name: setup
61+
run: python setup.py install

.travis.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.3.1] - 2020-09-11
10+
### Fixed
11+
- Dependency issue when installing
12+
913
## [2.3.0] - 2020-09-10
1014
### Added
1115
- introduced isolation levels to the fusion strategy

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
1212
name="tilings",
13-
version="2.3.0",
13+
version="2.3.1",
1414
author="Permuta Triangle",
1515
author_email="permutatriangle@gmail.com",
1616
description="A Python library for gridded permutations and tilings.",
@@ -29,7 +29,6 @@ def read(fname):
2929
"comb-spec-searcher==2.2.1",
3030
"permuta==2.0.2",
3131
"requests==2.24.0",
32-
"typing-extensions==3.7.4.3",
3332
],
3433
python_requires=">=3.6",
3534
classifiers=[

0 commit comments

Comments
 (0)