Skip to content

Commit d25fdfe

Browse files
authored
Release 0.24.5 (#71)
* Update version to 0.25 for golem freeze 0.23 * Reverted peewee move, it uses the wrong peewee version for golem-core * Update patch version instead of minor, 0.24.5 it is
1 parent 25dc2c4 commit d25fdfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
flake8==3.7.9
22
mock
33
mypy==0.750
4+
peewee==3.11.2
45
pytest==3.6.3
56
pytest-asyncio==0.10.0

python/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='Golem-Task-Api',
6-
version='0.24.4',
6+
version='0.24.5',
77
url='https://github.com/golemfactory/golem/task-api/python',
88
maintainer='The Golem team',
99
maintainer_email='tech@golem.network',
@@ -23,6 +23,5 @@
2323
'dataclasses-json==0.3.0',
2424
'grpclib==0.2.4',
2525
'protobuf==3.7.1',
26-
'peewee==3.11.2',
2726
]
2827
)

0 commit comments

Comments
 (0)