Skip to content

Commit

Permalink
Bump version to 1.1.0 and at least RB6
Browse files Browse the repository at this point in the history
  • Loading branch information
misery committed Jun 7, 2024
1 parent e3157b8 commit e2ee1db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
reviewboard>=3.0,<7.0
reviewboard>=6.0,<7.0
flake8
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


PACKAGE = "rbCustomUrlAvatar"
VERSION = "1.0.0"
VERSION = "1.1.0"

setup(
name=PACKAGE,
Expand All @@ -13,7 +13,7 @@
url='https://github.com/misery/CustomUrlAvatar',
packages=[str('custom_url_avatar')],
install_requires=[
'reviewboard>=3.0',
'reviewboard>=6.0',
],
entry_points={
'reviewboard.extensions':
Expand Down

0 comments on commit e2ee1db

Please sign in to comment.