Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manikos committed Jun 7, 2022
1 parent 787d65a commit 9011bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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
tag_name = {new_version}
Expand All @@ -17,4 +17,3 @@ exclude =
build,
dist
max-line-length = 119

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version(*file_paths):
packages=find_packages(
include=('vimage', 'vimage.*'),
),
version='1.1.0',
version='1.2.0',
description="""
Image validation (for the Django Admin) as a breeze.
Validations on: Size, Dimensions, Format and Aspect Ratio.
Expand Down
2 changes: 1 addition & 1 deletion vimage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 9011bba

Please sign in to comment.