Skip to content

Commit b4046f1

Browse files
committed
Prepare v0.4.3
1 parent e163730 commit b4046f1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
v0.4.3 (2018-02-07)
5+
-------------------
66

77
* Tag K47R as implemented by RichardHufford
8+
* Tag K51R as implemented by Colbert
89
* Tag K64R as implemented by Yamanhi
910

1011
v0.4.2 (2018-01-10)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
axelrod>=3.11.0
1+
axelrod>=4.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*names, **kwargs):
2727

2828
setup(
2929
name='axelrod-fortran',
30-
version='0.4.2',
30+
version='0.4.3',
3131
license='MIT license',
3232
description='Python wrapper for strategies originally written in Fortran',
3333
long_description='%s\n%s' % (
@@ -54,7 +54,7 @@ def read(*names, **kwargs):
5454
'Topic :: Utilities',
5555
],
5656
install_requires=[
57-
'axelrod >= 3.11.0',
57+
'axelrod >= 4.0.0',
5858
],
5959
python_requires=">=3.5",
6060
)

0 commit comments

Comments
 (0)