Skip to content

Commit 651305c

Browse files
authored
Bump 1.5.0 (#483)
1 parent c0a7f60 commit 651305c

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.rst

+54
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,60 @@
11
CHANGELOG
22
=========
33

4+
1.5.0 (2024-09-23)
5+
------------------
6+
7+
- Issue 481: Output uptake message with 3 decimals (#482)
8+
9+
- Merge pull request #476 from mozilla/dependabot/pip/aiohttp-3.10.4
10+
11+
- Bump aiohttp from 3.10.3 to 3.10.4
12+
13+
- Merge pull request #475 from mozilla/dependabot/pip/aiohttp-3.10.3
14+
15+
- Bump aiohttp from 3.10.2 to 3.10.3
16+
17+
- Merge pull request #474 from mozilla/dependabot/pip/aiohttp-3.10.2
18+
19+
- Bump aiohttp from 3.10.1 to 3.10.2
20+
21+
- Merge pull request #472 from mozilla/dependabot/pip/aiohttp-3.10.1
22+
23+
- Merge pull request #473 from mozilla/dependabot/pip/flake8-7.1.1
24+
25+
- Bump flake8 from 7.1.0 to 7.1.1
26+
27+
- Bump aiohttp from 3.9.5 to 3.10.1
28+
29+
- Merge pull request #471 from mozilla/dependabot/pip/pytest-8.3.2
30+
31+
- Bump pytest from 8.3.1 to 8.3.2
32+
33+
- Merge pull request #470 from mozilla/dependabot/pip/pytest-8.3.1
34+
35+
- Bump pytest from 8.2.2 to 8.3.1
36+
37+
- Merge pull request #469 from mozilla/dependabot/pip/pytest-asyncio-0.23.8
38+
39+
- Bump pytest-asyncio from 0.23.7 to 0.23.8
40+
41+
- Merge pull request #465 from mozilla/dependabot/pip/swagger-spec-validator-3.0.4
42+
43+
- Bump swagger-spec-validator from 3.0.3 to 3.0.4
44+
45+
- Merge pull request #466 from mozilla/dependabot/pip/certifi-2024.7.4
46+
47+
- Merge pull request #467 from mozilla/dependabot/pip/zipp-3.19.1
48+
49+
- Bump zipp from 3.13.0 to 3.19.1
50+
51+
- Merge pull request #468 from mozilla/dependabot/pip/setuptools-70.0.0
52+
53+
- Bump setuptools from 67.2.0 to 70.0.0
54+
55+
- Bump certifi from 2023.7.22 to 2024.7.4
56+
57+
458
1.4.10 (2024-06-18)
559
-------------------
660

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read_file(filename):
2020

2121
setup(
2222
name='pollbot',
23-
version='1.4.10',
23+
version='1.5.0',
2424
description='A service that polls other services about releases deliveries.',
2525
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
2626
license='Mozilla Public License 2.0',

0 commit comments

Comments
 (0)