Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocngoan committed Jan 12, 2023
1 parent d0ca695 commit 6857c7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rest_framework_simplejwt_mongoengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = """Đỗ Ngọc Ngoạn (aka Ngoan Do)"""
__email__ = 'ngocngoan060288@gmail.com'
__version__ = '1.1.0'
__email__ = "ngocngoan060288@gmail.com"
__version__ = "1.2.0"
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.1.0
current_version = 1.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/ngocngoan/djangorestframework-simplejwt-mongoengine",
version="1.1.0",
version="1.2.0",
zip_safe=False,
)

0 comments on commit 6857c7a

Please sign in to comment.