Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pinterest/snappass into l…
Browse files Browse the repository at this point in the history
…s/latest-updates

Latest release from upstream is actually 1.6.2.
  • Loading branch information
silverl committed Jan 4, 2024
2 parents 383a4fb + 564a29d commit 7756e89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
coverage==7.2.7
fakeredis==2.20.0
flake8==6.0.0
freezegun==1.2.1
pytest==7.3.1
freezegun==1.4.0
pytest==7.4.4
pytest-cov==4.1.0
tox==4.11.3
bumpversion==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
snappass:
image: snappass:v1.6.3
image: snappass:v1.6.2
ports:
- "5000:5000"
stop_signal: SIGINT
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.1
current_version = 1.6.2
commit = True
tag = True
files = setup.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='snappass',
version='1.6.1',
version='1.6.2',
description="It's like SnapChat... for Passwords.",
long_description=(open('README.rst').read() + '\n\n' +
open('AUTHORS.rst').read()),
Expand Down

0 comments on commit 7756e89

Please sign in to comment.