зеркало из https://github.com/mozilla/PollBot.git
Preparing release 1.1.3
This commit is contained in:
Родитель
400fe6837a
Коммит
92a6a4f3df
|
@ -1,7 +1,7 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
1.2.0 (unreleased)
|
1.1.3 (2018-02-20)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Only search for queries created by this user. (fixes #195)
|
- Only search for queries created by this user. (fixes #195)
|
||||||
|
|
|
@ -13,4 +13,4 @@ multidict==4.1.0
|
||||||
pyquery==1.4.0
|
pyquery==1.4.0
|
||||||
PyYAML==3.12
|
PyYAML==3.12
|
||||||
ruamel.yaml==0.15.35
|
ruamel.yaml==0.15.35
|
||||||
yarl==1.1.0
|
yarl==1.1.1
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='pollbot',
|
setup(name='pollbot',
|
||||||
version='1.2.0.dev0',
|
version='1.1.3',
|
||||||
description='A service that polls other services about releases deliveries.',
|
description='A service that polls other services about releases deliveries.',
|
||||||
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
|
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
|
||||||
license='Mozilla Public License 2.0',
|
license='Mozilla Public License 2.0',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче