Skip to content

Commit 526d5aa

Browse files
committed
v3.5
1 parent 1071d96 commit 526d5aa

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# NEWS
22

3-
## pgq 3.5a1
3+
## pgq 3.5
44

55
* Enable Github actions
6+
* Drop Py2 support.
7+
* Upgrade tox setup.
68

7-
-

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-pgq (3.5a1-1) stable; urgency=low
1+
python-pgq (3.5-1) stable; urgency=low
22

33
* v3.5
44

pgq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
'MemberInfo', 'NodeInfo', 'QueueInfo'
2121
]
2222

23-
__version__ = '3.5a1'
23+
__version__ = '3.5'
2424

0 commit comments

Comments
 (0)