Skip to content

Commit

Permalink
new version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu Bouamama committed Dec 7, 2020
1 parent 54bcb98 commit 6d1907b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.1.3] - 07-12-2020
### Aded
- codecov
- pre-commit
- rawsec inventored
### Changed
- fix cli helper
- fix bugs
- fix tox env
- fix black
- make lint

## [1.1.2] - 28-11-2020
### Changed
- fix spelling mistakes in readme
Expand Down
2 changes: 1 addition & 1 deletion MyJWT/variables.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
All Environment variables
"""
VERSION = "1.1.2"
VERSION = "1.1.3"

NOT_VALID_JWT = "Enter a valid JWT!!!"
CHECK_DOCS = "Check Docs!!Your jwt have not a HS alg."
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "matthieu Bouamama"

# The full version, including alpha/beta/rc tags
release = "1.1.2"
release = "1.1.3"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 6d1907b

Please sign in to comment.