Skip to content

Commit 811ece7

Browse files
authored
Merge pull request #126 from amadeus4dev/release-5.2.0
Release 5.2.0
2 parents 7bc19a9 + e3e100a commit 811ece7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog
22
=========
3-
5.1.1 - 2021-05-12
3+
5.2.0 - 2021-05-12
44
--------------------
55
Remove travis ci release support and creating github action
66

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (5, 1, 1)
1+
version_info = (5, 2, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)